|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-02-21 20:02 UTC] tony2001@php.net
[2007-02-21 20:38 UTC] thejam at gmail dot com
[2007-02-21 20:46 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 16:00:01 2025 UTC |
Description: ------------ First bug report, I've scoured the reports for similar issues, nothing is helping though. Hopefully I didn't miss something. Platform is zLinux VM on the mainframe. SLES 10. PHP installed from source, not through yast: './configure' '--enable-soap' '--without-pear' '--with-apxs2=/usr/local/apache2/bin/apxs' ------------------- Declaring a new SoapClient throws a segfault when the script is processed. In a browser, it immediately asks if you want to save the script. Log files shows a Segmentation Fault. Reproduce code: --------------- <? echo "Hello World!"; $sccSystem = new SoapClient('http://myserver/services/sccsystem?wsdl'); ?> Expected result: ---------------- Hello World! **I don't expect output from the SoapClient object, I whittled it down to just this line, and found it still segfaulted.** Actual result: -------------- Nothing. Log file says: [Wed Feb 21 13:21:32 2007] [notice] child pid 21118 exit signal Segmentation fault (11)