[PHP-DEV] PHP 4.0 Bug #7822: system crash From: wuxinan <email protected>
Date: 11/14/00

From: wuxinan <email protected>
Operating system: Windows 98
PHP version: 4.0.3pl1
PHP Bug Type: Apache related
Bug description: system crash

I config PHP for Apache 1.3.14 for Win32 as almost all people do: in apache configuation file:

ScriptAlias /php/ "C:/Program Files/PHP/"
<Directory "C:/Program Files/PHP/">
    AllowOverride None
    Options None
</Directory>
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"

All the things go well and apache is able to process .php files. However, I type: http://localhost/php/php.exe, then my system crashes... Windows says that php.exe: program error.

-- 
Edit Bug report at: http://bugs.php.net/?id=7822&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>