diff options
Diffstat (limited to 'src/guestfs.pod')
-rw-r--r-- | src/guestfs.pod | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod index 24d5aef1..82fd7a1b 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -43,7 +43,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. You don't need to be root to use libguestfs, although obviously you do @@ -626,6 +626,13 @@ For documentation see the file C<guestfs.mli>. For documentation see L<Sys::Guestfs(3)>. +=item B<PHP> + +For documentation see C<README-PHP> supplied with libguestfs +sources or in the php-libguestfs package for your distribution. + +The PHP binding only works correctly on 64 bit machines. + =item B<Python> For documentation do: |