Justtechjobs.com Find a programming school near you






Online Campus Both


php-developer-list | 2000101

[PHP-DEV] PHP 4.0 Bug #7150: Access violation for php.exe when a php script is called in the browser From: benoit.noss <email protected>
Date: 10/12/00

From: benoit.noss <email protected>
Operating system: Win NT4 SP5, iPlanet web server
PHP version: 4.0.3RC2
PHP Bug Type: Other web server
Bug description: Access violation for php.exe when a php script is called in the browser

Tested with the 4.0.3 release.

PHP4.0.3 is working on the command line
      D:\NETSCAPE\SERVER4\docs>test.php
      X-Powered-By: PHP/4.0.3
      Content-type: text/html

      This is a test

The same test.php script called from a browser, with iPlanet web server
and php configured as shell-cgi (this configuration is working with PHP3),
causes php4 (php.exe) generate a Dr Watson log file
====================================
Une exception d'application s'est produite :
        App : (pid=305) in my case pid=305 is php.exe
        Quand : 10/12/2000 @ 9:17:35.790
====================================

What can be the cause of this error?
Do I have to define a specific open method in the PHP Mime Type?
(actually action=open,application=d:\php4\php.exe)
        Numéro d'exception : c0000005 (violation d'accès)

-- 
Edit Bug report at: http://bugs.php.net/?id=7150&edit=1

-- 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>