From b8086586130c0795596e07ca64f1dcf3848118d9 Mon Sep 17 00:00:00 2001 From: "Meredith L. Patterson" <mlp@upstandinghackers.com> Date: Sun, 22 Dec 2013 09:48:24 -0800 Subject: [PATCH] add info about php bindings --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0faf28..39834b3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Features * Ruby (not yet implemented) * Perl * [Go](https://github.com/prevoty/hammer) - * PHP (not yet implemented) + * PHP * .NET (not yet implemented) Installing @@ -35,9 +35,10 @@ Installing * pkg-config (for `scons test`) * glib-2.0 (>= 2.29) (for `scons test`) * glib-2.0-dev (for `scons test`) -* swig (for Python/Perl bindings; Perl requires >= 2.0.8) +* swig (for Python/Perl/PHP bindings; Perl requires >= 2.0.8) * python2.7-dev (for Python bindings) * a JDK (for Java bindings) +* a working [phpenv](https://github.com/CHH/phpenv) configuration (for PHP bindings) To build, type `scons`. To run the built-in test suite, type `scons test`. For a debug build, add `--variant=debug` -- GitLab