|

|
 |
Installation
|
 |
| |
Please help this page!
Email the PHP-SOAP development list (phpsoaptoolkit-development@lists.sourceforge.net)
|
|
| |
To compile and install you will need libxml2 (download)
Only versions 2.4.12 and 2.4.14 have been tested. php-soap "should" work with other versions of libxml2 they just haven't been tested
Download the current version of php-soap and extract it to ext/soap off your php source directory.
./buildconf
./configure --(other php configure options) --enable-soap
Then continue with your normal php install process
Note:
php-soap assumes that libxml2 is already installed on your system in /usr/local/
This is only because of my lack of make and autoconf knowledge. I am hoping someone
can work on the configure process.
php-soap also doesn't currently build as a dso. Again because of my lack of knowledge
about the make and configure process
php-soap_0.1.0 has been compiled and tested with php-4.2.0 and current cvs
it did compile against 4.1.1 and 4.0.6 awhile ago.
|
|
|