summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-09-03 12:15:00 +0100
committerRichard Jones <rjones@redhat.com>2010-09-04 13:38:03 +0100
commit2c61e04c4599536fee771431fb1ebc8384523b2a (patch)
tree4d09707b244ba16df45e3ee4a1a8e7d80546ae5f /README
parent2d8fd7dacd77361bc385be42112289faafb5c60d (diff)
downloadlibguestfs-2c61e04c4599536fee771431fb1ebc8384523b2a.tar.gz
libguestfs-2c61e04c4599536fee771431fb1ebc8384523b2a.tar.xz
libguestfs-2c61e04c4599536fee771431fb1ebc8384523b2a.zip
PHP bindings.
Note that these are not complete on 32 bit architectures. PHP doesn't offer any convenient 64 bit type (on 32 bit). Therefore you should always use these PHP bindings on 64 bit.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 199f595b..f3e348ff 100644
--- a/README
+++ b/README
@@ -18,7 +18,7 @@ FUSE.
Libguestfs is a library that can be linked with C and C++ management
programs (or management programs written in OCaml, Perl, Python, Ruby,
-Java, Haskell or C#). You can also use it from shell scripts or the
+Java, PHP, Haskell or C#). You can also use it from shell scripts or the
command line.
Libguestfs was written by Richard W.M. Jones (rjones@redhat.com) and
@@ -96,6 +96,8 @@ in virt-inspector).
- (Optional) po4a for translating manpages and POD files.
+- (Optional) PHP, phpize if you want to build the PHP bindings
+
Running ./configure will check you have all the requirements installed
on your machine.