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  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 50 - 1 = ?

 
 [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] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [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] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [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] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!