Brian Dunning wrote:
The techs at Rackspace just enabled SOAP for me. I have a command:

$soap = new SoapClient('http://geocoder.us/dist/eg/clients/GeoCoderPHP.wsdl');

which works fine on my PHP 5.1.6 development server, but it won't run on my 4.3.9 server at Rackspace. The only place 'soap' appears in phpinfo() is '--with-soap' up in the Configure Command section. There is no Soap section further down on the page, as there is on my dev server (which, I notice, says '--enable-soap' instead).

Sorry to say, but there is no native soap extension in php4, it was introduced with php5.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to