ID:               48749
 User updated by:  karel dot horsky at centrum dot cz
 Reported By:      karel dot horsky at centrum dot cz
-Status:           Feedback
+Status:           Open
 Bug Type:         Reproducible crash
 Operating System: Windows XP Pro
 PHP Version:      5.2.10
 New Comment:

I found that error_log directive works fine until directive
error_reporting is set to "E_ALL | E_STRICT". Than it behaves as
described.


Previous Comments:
------------------------------------------------------------------------

[2009-06-30 21:33:47] paj...@php.net

Any zend extension loaded?

------------------------------------------------------------------------

[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

Reply via email to