Re: [PHP] Problem with PEAR:SOAP [solved]

2005-09-13 Thread -k.
--- Jasper Bryant-Greene [EMAIL PROTECTED] wrote: Install the HTTP_Request package. That did it. Anyone know why the SOAP package didn't complain about this when i installed it? -k. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best

[PHP] Problem with PEAR:SOAP

2005-09-12 Thread -k.
I just installed the SOAP Pear package (version 0.9.1) when i try and: require_once('SOAP/Client.php'); i get the following errors: Warning: main(HTTP/Request.php): failed to open stream: No such file or directory in /usr/local/lib/php/SOAP/WSDL.php on line 27 Fatal error: main(): Failed

Re: [PHP] Problem with PEAR:SOAP

2005-09-12 Thread Jasper Bryant-Greene
-k. wrote: Fatal error: main(): Failed opening required 'HTTP/Request.php' (include_path='.:/usr/local/lib/php') in /usr/local/lib/php/SOAP/WSDL.php on line 27 Line 27 in WSDL.php is, as you might guess, require_once 'HTTP/Request.php'; I looked in /usr/local/lib/php/ and there is no HTTP