[EMAIL PROTECTED] wrote:
First of all, I'd like to thanks everybody in advance.



Actually I've got a winlamp distribution of php 5 in a web server.



My need is to use the php-soap functions to implement soap webservices
(server) but in php-soap specification is shown I need php configured with
-enable-soap to use any php-soap function.



Im'not expert in configuring php, but at first glance I believe that modify
php configuration adding --enable-soap can only be done recompiling php,
isn't it?



So, how can I overcome this kind of problem?


just compile the extension from source, linking it to php5ts.lib in the process. That creates a php_soap.dll file which you can add by configuring it in via php.ini (extension=php_soap.dll).
However, rememember that you'll also need the SOAP library to be able to compile php_soap.dll in the first place


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to