Home » HTTP » HTTP_Request » Bug #150
There are errors generated when upgrading to 0.8RC2
Details
| Submitted | 2003-10-24 10:44 UTC |
|---|---|
| From | jonathan at fluent dot ltd dot uk |
| Assigned | avb |
| Status | Closed |
| Package | HTTP_Request |
| PHP Version | 4.3.3 |
| OS | FreeBSD |
| Roadmaps | (Not assigned) |
Comments
[2003-10-24 10:44 UTC] jonathan at fluent dot ltd dot uk
Description:
------------
I now get:
[Fri Oct 24 11:43:18 2003] [error] ERROR [8] Undefined index: transfer-encoding in /usr/local/share/pear/HTTP/Request.php:771
[Fri Oct 24 11:43:18 2003] [error] ERROR [8] Undefined index: content-encoding in /usr/local/share/pear/HTTP/Request.php:797
After upgrading to 0.8RC2 and more importantly "Invalid HTTP Response" is returned for each soap request to the server.
I also got the following:
SOAP fault (FetchAuthUser): <br /> <b>Fatal error</b>: Allowed memory size of 8388608 bytes exhausted at (null):0 (tried to allocate 606 bytes) in <b>/usr/local/share/pear/SOAP/Base.php</b> on line <b>561</b><br/><br /><b>Fatal error</b>: Allowed memory size of 8388608 bytes exhausted
at (null):0 (tried to allocate 0 bytes) in <b>Unknown</b> on line <b>0</b><br />
Nothing works basically, will downgrade..
[2003-10-24 22:30 UTC] jonathan at fluent dot ltd dot uk
I found the error null error is due to a fault in my code. I had created a member for finding out the SOAP Clients IP.
The Undefined index errors however are due to there not being an isset() function around the if statements so they should ideally be patched.
[2003-10-25 11:58 UTC] jonathan at fluent dot ltd dot uk
HTTP_Request-1.1.1 it seems.