From:             contact at reubidium dot com
Operating system: Mac OS X 10.5.4
PHP version:      5.2.6
PHP Bug Type:     SOAP related
Bug description:  Integer overflow connecting to https soap service

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 bug report at http://bugs.php.net/?id=45577&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=45577&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=45577&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=45577&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=45577&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=45577&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=45577&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=45577&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=45577&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=45577&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=45577&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=45577&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=45577&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=45577&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=45577&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=45577&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=45577&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=45577&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=45577&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=45577&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=45577&r=mysqlcfg

Reply via email to