|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2016-06-14 06:17 UTC] ab@php.net
-Status: Open
+Status: Feedback
[2016-06-14 06:17 UTC] ab@php.net
[2016-06-26 04:22 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 22:00:01 2025 UTC |
Description: ------------ Version 7 from the beginning can not execute my script using a request with the SOAP SSL. Test script: --------------- $client = new SoapClient("res.wsdl", array('trace' => true, 'exceptions' => true, 'connection_timeout' => 180, 'cache_wsdl' => WSDL_CACHE_MEMORY, // 'stream_context' => $ctx, 'soap_version' => SOAP_1_2, 'ssl_method' => SOAP_SSL_METHOD_TLS) ); $lst_result = $client->fct($param); Actual result: -------------- zend_mm_heap corrupted