ID:               45577
 Updated by:       [EMAIL PROTECTED]
 Reported By:      contact at reubidium dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         SOAP related
 Operating System: Mac OS X 10.5.4
 PHP Version:      5.2.6
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows (zip):
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

For Windows (installer):

  http://snaps.php.net/win32/php5.2-win32-installer-latest.msi




Previous Comments:
------------------------------------------------------------------------

[2008-07-21 10:02:55] contact at reubidium dot com

I also added this as a bug over at MacPorts.org:
https://trac.macports.org/ticket/16036

------------------------------------------------------------------------

[2008-07-21 09:55:59] contact at reubidium dot com

Description:
------------
With version 5.2.6 of PHP installed from MacPorts, I was saddened to
find that all the SOAP calls in my application were suddenly broken,
kicking up the following PHP Fatal error:  
Uncaught SoapFault exception: [Client] Possible integer overflow in
memory allocation (3819152321 * 4 + 0)

This app was working fine in my Entropy PHP 5.2.5 package, and
switching back to that all my soap calls were once again working fine.

Since all the calls were via https, I thought this would be a good
first thing to try changing.  so I found a public http soap service and
ran a quick test, and things worked just fine then.  

I should mention that I have the max memory setting in my php.ini set
at 256M currently, but I had tried increasing it to 512M with no
effect.. not that that should matter, this is a small soap request I am
dealing with.


Reproduce code:
---------------
$client = new
SoapClient('https://api.store.sinatra.iventa.com/UserService.asmx?WSDL');

Expected result:
----------------
A valid SOAP client object

Actual result:
--------------
PHP Fatal error:  Uncaught SoapFault exception: [Client] Possible
integer overflow in memory allocation (3819152321 * 4 + 0) 



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=45577&edit=1

Reply via email to