[PHP-DEV] Dr Watson comes up with php.exe From: Benoit Noss (Benoit.Noss <email protected>)
Date: 10/09/00

Hello,
I posted my Pb to several PHP lists with no success !!
I installed PHP4.0.2 on a Windows NT4 Workstation with SP5
On this workstation, I installed iPlanet Web Server.
1/ When I launch a php file from the command ligne, everything seems to wok fine
     (
     D:\NETSCAPE\SERVER4\docs>test.php
     X-Powered-By: PHP/4.0.1pl2
     Content-type: text/html
     
     This is a test
    )
2/When I call it from my browser (with a php3 working WebServer's installation procedure)
a Dr Watson error occurs with following
     I joint the DrWatson log file, but to summarize it,
     the App : (pid=298) => php.exe made an access violation error exception n° c0000005

     The error log report of iPlanet Web Server says that
                     for host 194.9.200.39 trying to GET /test.php,
                     cgi-parse-output reports: the CGI program D:\php4\php.exe
                     did not produce a valid header
                (program terminated without a valid CGI header
                (check for core dump or other abnormal termination)

I tried to suppress the Header (not the content-type) but the one corresponding
to the line : (expose_php=Off) in the php.ini file, but the same error occured

Benoit NOSS - (benoit.noss <email protected>) (Bureau 226)
IAURIF, Service MSI, 15 rue Falguiere, 75740 PARIS Cedex 15 FRANCE
Tel : (+33) 1 53 85 78 04 Fax : (+33) 1 53 85 76 36

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>