Impenetrable IIS 500 error about FastCGI with php_soap.dll

A

Anonymous

Guest
I'm trying to run `new \SoapClient` from a Zend Server (8.5.7, PHP 5.6) install with IIS (10, on Windows 10), and just get:

HTTP Error 500.0 - Internal Server Error
C:\Zend\ZendServer\bin\php-cgi.exe - The FastCGI process exited unexpectedly

We've scoured everything we can find and are not seeing exactly what the problem is, but troubleshooting indicates it's running the php_soap.dll file and failing on it, and the most specific error details we can get are in Windows Event View > Windows Logs > Application > Error:

Faulting application name: php-cgi.exe, version: 5.6.30.0, time stamp: 0x588dab00
Faulting module name: php5.dll, version: 5.6.30.0, time stamp: 0x588daafd
Exception code: 0xc0000005
Fault offset: 0x000b1a6e
Faulting process id: 0x2340
Faulting application start time: 0x01d2e6ed580035cb
Faulting application path: C:\Zend\ZendServer\bin\php-cgi.exe
Faulting module path: C:\Zend\ZendServer\bin\php5.dll
Report Id: 08ef71a9-8caa-4676-aa7b-4ce39baefb31
Faulting package full name:
Faulting package-relative application ID:

I've been told by Windows server people to contact PHP people, so here I am. Any ideas?
 
Back
Top