Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.4.4

Bug #150 There are errors generated when upgrading to 0.8RC2
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)    
Subscription  


 [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..

Comments

 [2003-10-24 21:36 UTC] arnaud
First time i see this, anyone has an opinion on this ?
 [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 10:52 UTC] arnaud
Recategorizing. The soap bug was due to an error in the user code. The undefined index affects HTTP_Request. Jonathan: could you specify which version of HTTP_Request you are using ?
 [2003-10-25 11:58 UTC] jonathan at fluent dot ltd dot uk
HTTP_Request-1.1.1 it seems.
 [2003-10-25 14:00 UTC] avb
This is fixed in CVS. Expect a new release soon.