|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-11-12 10:37 UTC] benjamin dot morel at gmail dot com
[2015-11-12 16:10 UTC] laruence@php.net
-Assigned To:
+Assigned To: dmitry
[2015-11-12 16:58 UTC] ab@php.net
-PHP Version: 7.0.0RC7
+PHP Version: 5.6
[2015-11-12 16:58 UTC] ab@php.net
[2015-11-12 17:37 UTC] dmitry@php.net
[2015-11-12 17:37 UTC] dmitry@php.net
-Status: Assigned
+Status: Closed
[2015-11-12 17:39 UTC] dmitry@php.net
[2015-11-12 21:50 UTC] benjamin dot morel at gmail dot com
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 19:00:02 2025 UTC |
Description: ------------ I cannot instantiate a single SoapClient instance, without getting a memory error. I raised memory_limit to 1GB, but this didn't change anything: now the library tries to allocate 1.5GB of memory for some obscure reason. Note that this occurs *before* the SOAP client downloads the WSDL file, as I get this exception in less than 1ms. Test script: --------------- new \SoapClient( 'http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl' ); Actual result: -------------- SoapFault exception: [Client] Allowed memory size of 1073741824 bytes exhausted (tried to allocate 1644167200 bytes)