ID: 45448
Updated by: [EMAIL PROTECTED]
Reported By: jowie dot 1337+phpnet at gmail dot com
-Status: Open
+Status: Feedback
Bug Type: Apache2 related
Operating System: Windows XP Service Pack 1
PHP Version: 5.2.6
New Comment:
Are you sure there's actually something crashing there? Nothing in
Apache logs or wherever those are in Windows..?
Previous Comments:
------------------------------------------------------------------------
[2008-07-14 19:42:51] jowie dot 1337+phpnet at gmail dot com
It may be worth noting that everything is fine when I run a php script
of the console using "php.exe test.php".
------------------------------------------------------------------------
[2008-07-14 19:39:03] jowie dot 1337+phpnet at gmail dot com
Bug still occurs. I used the same httpd.conf as in my previous post
([14 Jul 5:57pm UTC])
phpinfo() tells me
Loaded Configuration File: (none)
------------------------------------------------------------------------
[2008-07-14 18:22:24] [EMAIL PROTECTED]
Try without any php.ini file anywhere in your system (check phpinfo()
that nothing is loaded!)
------------------------------------------------------------------------
[2008-07-14 17:57:06] jowie dot 1337+phpnet at gmail dot com
I just tried it without ANY module loaded EXCEPT mod_mime, the bug
still appeared.
Nothing abnormal in error.log
This is the httpd.conf I used for this test:
ServerRoot "C:/Program Files/Apache2.2"
Listen 80
ServerAdmin [EMAIL PROTECTED]
ServerName removed.removed
DocumentRoot "D:/Test"
<Directory "D:/Test">
Options None
AllowOverride None
</Directory>
ErrorLog "logs/error.log"
LogLevel debug
LoadModule mime_module modules/mod_mime.so
DefaultType text/plain
AddType application/x-httpd-php .php
PHPIniDir "C:/Program Files/PHP 5/"
LoadModule php5_module "C:/Program Files/PHP 5/php5apache2_2.dll"
------------------------------------------------------------------------
[2008-07-13 17:39:14] [EMAIL PROTECTED]
Try disabling every module first. And if the bug vanishes, check which
module causes the problem.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/45448
--
Edit this bug report at http://bugs.php.net/?id=45448&edit=1