ID: 48749
Updated by: [email protected]
Reported By: karel dot horsky at centrum dot cz
-Status: Open
+Status: Feedback
Bug Type: Reproducible crash
Operating System: Windows XP Pro
PHP Version: 5.2.10
New Comment:
Any zend extension loaded?
Previous Comments:
------------------------------------------------------------------------
[2009-06-30 21:28:25] karel dot horsky at centrum dot cz
Description:
------------
When I set error_log directive (I tried to set it via php.ini or
ini_set function), PHP randomly crashes.
What can I reproduce every time is that the result of phpinfo().
Behaves differently in different browsers:
- no resut page in IE ("Can't display page")
- Firefox starts with phpinfo result, than "The connection was reset"
- Opera stops at Apache Environment section)
After couple of refreshes (same behavior) Apache and PHP crashes, I get
no response at all.
Without phpinfo, PHP randomly crashes after couple of requests.
It's fresh installation of OS, all patches, than only Apache 2.2.11,
MySQL 5.1.35, PHP 5.2.10 and Zend Studio 6.1.2.
I could submit whole php.ini, but I used php.ini-recommended when I was
looking for error.
Reproduce code:
---------------
<?php
ini_set('error_log','D:\\PHP\\php_error.log');
phpinfo();
?>
or set directive in php.ini
Expected result:
----------------
Whole result of phpinfo, no crashes when error_log file is used.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=48749&edit=1