[PHP-BUG] Bug #74331 [NEW]: ph_soap crashes apache (x64 only)
[email protected] ("jerome dot celle at gmail dot com")
| Newsgroups | php.bugs |
|---|---|
| Message-ID | <[email protected]> |
From: jerome dot celle at gmail dot com Operating system: windows 7 64 bits PHP version: 7.1.3 Package: SOAP related Bug Type: Bug Bug description:ph_soap crashes apache (x64 only) Description: ------------ Configuration: - Windows 7 64 bits - httpd-2.4.25-win64-VC14 - php-7.1.3-Win32-VC14-x64 A simple call to SoapClient (see below) crashes the httpd process. If I revert to x86 versions of both apache and php, it works just fine. Excerpt from Event Viewer: Faulting application name: httpd.exe, version: 2.4.25.0, time stamp: 0x58550e9f Faulting module name: php_soap.dll, version: 7.1.3.0, time stamp: 0x58c888b7 Exception code: 0xc0000005 Fault offset: 0x000000000001e271 Faulting process id: 0x3bcc Faulting application start time: 0x01d2a88404203e14 Faulting application path: C:\apache\bin\httpd.exe Faulting module path: c:\php\ext\php_soap.dll Report Id: 449372a4-1477-11e7-95e7-f0d5bfd3a21f Test script: --------------- $client = new SoapClient( $someurl, array( 'login' => $my_login, 'password' => $my_password )); -- Edit bug report at https://bugs.php.net/bug.php?id=74331&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=74331&r=trysnapshot54 Try a snapshot (PHP 5.5): https://bugs.php.net/fix.php?id=74331&r=trysnapshot55 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=74331&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=74331&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=74331&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=74331&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=74331&r=needscript Try newer version: https://bugs.php.net/fix.php?id=74331&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=74331&r=support Expected behavior: https://bugs.php.net/fix.php?id=74331&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=74331&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=74331&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=74331&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=74331&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=74331&r=dst IIS Stability: https://bugs.php.net/fix.php?id=74331&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=74331&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=74331&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=74331&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=74331&r=mysqlcfg