PHP bindings.
authorRichard Jones <rjones@redhat.com>
Fri, 3 Sep 2010 11:15:00 +0000 (12:15 +0100)
committerRichard Jones <rjones@redhat.com>
Sat, 4 Sep 2010 12:38:03 +0000 (13:38 +0100)
commit2c61e04c4599536fee771431fb1ebc8384523b2a
tree4d09707b244ba16df45e3ee4a1a8e7d80546ae5f
parent2d8fd7dacd77361bc385be42112289faafb5c60d
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.
15 files changed:
.gitignore
Makefile.am
README
configure.ac
php/Makefile.am [new file with mode: 0644]
php/README-PHP [new file with mode: 0644]
php/extension/config.m4 [new file with mode: 0644]
php/extension/guestfs_php_001.phpt [new file with mode: 0644]
php/extension/guestfs_php_002.phpt [new file with mode: 0644]
php/extension/guestfs_php_003.phpt [new file with mode: 0644]
php/guestfs_php.ini [new file with mode: 0644]
php/run-php-tests.sh [new file with mode: 0755]
po/POTFILES.in
src/generator.ml
src/guestfs.pod