self contained extension with autoconf support
Status: Alpha
Brought to you by:
rodif_bl
Hi,
I've added autoconf support for extension. Now you can
build the soap extension without the php source thee
(self contained extension). This patch apply to the
last cvs three.
It's working under Linux with PHP 4.3.4 and Apache.
To apply this patch checkout the last cvs tree :
$ cvs
-d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/phpsoaptoolkit
login
$ cvs -z3
-d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/phpsoaptoolkit
co ext
$ cd ext/soap
$ patch -p1 < self-contained-extension-with-autoconf.patch
$ ./configure
$ make
$ make install
$ php -m | grep soap
soap
Now the soap extension is more easy to install under Unix.
Thanks