ID:               36614
 Updated by:       [EMAIL PROTECTED]
 Reported By:      alain dot russell at blackpepper dot co dot nz
-Status:           Open
+Status:           Feedback
 Bug Type:         SOAP related
 Operating System: Mac OSX
 PHP Version:      5.1.2
 New Comment:

Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.

Please recompile with --enable-debug and provide backtrace


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

[2006-03-04 21:42:57] alain dot russell at blackpepper dot co dot nz

Config etc about my install as follows:

libXML support  active
libXML Version  2.6.22
libXML streams  enabled

./configure \
--prefix=/usr/local/php5 \
--enable-sockets \
--with-xml \
--with-libxml-dir=/opt/local \
--with-gd \
--with-jpeg-dir=/opt/local \
--with-png-dir=/opt/local \
--with-freetype-dir=/opt/local \
--with-mysql=/usr/local/mysql \
--with-mysqli=/usr/local/mysql/bin/mysql_config \
--with-apxs2=/usr/local/apache2/bin/apxs \
--with-pspell=/opt/local \
--with-openssl=/usr \
--with-zlib=/usr \
--with-mcrypt=/opt/local \
--with-curl=/opt/local \
--disable-cgi \
--with-mhash=/opt/local \
--enable-mbstring=all \
--enable-mbregex \
--enable-ftp \
--enable-soap \
--with-imap=/users/admin/documents/imap-2004a \
--with-imap-ssl=/users/admin/documents/imap-2004a \
--disable-debug

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

[2006-03-04 21:41:22] alain dot russell at blackpepper dot co dot nz

Description:
------------
Apache child crashes when I try and use the Soap functions

Reproduce code:
---------------
$lo_soap = new
SoapClient("http://soap.sonicmobile.com/sonicmobile.wsdl";);


Expected result:
----------------
No crash

Actual result:
--------------
[Sun Mar 05 09:27:18 2006] [notice] child pid 567 exit signal 
Bus error (10)


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


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

Reply via email to