ID: 27005 Updated by: [EMAIL PROTECTED] Reported By: navy at cergynux dot Net -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Linux Mandrake 9.2 PHP Version: 4.3.4 New Comment:
This bug has been fixed in the documentation's XML sources. Since the online and downloadable versions of the documentation need some time to get updated, we would like to ask you to be a bit patient. Thank you for the report, and for helping us make our documentation better. "The file should be writable by the web server's user." AFAIK the file doesn't need to exist and doesn't need to be owned by Apache (tested). Previous Comments: ------------------------------------------------------------------------ [2004-01-22 06:41:28] navy at cergynux dot Net Description: ------------ Error logging in apache ( with mod_php ) log file even if error_log = (file) is defined in php.ini Reproduce code: --------------- php.ini ..... error_log = /var/log/php/error.log ..... Expected result: ---------------- Error logging into defined php.ini log file Actual result: -------------- Missing important notice that : 1st php.ini specified error_log file must exist 2nd it must be owned by apache uid 3rd it must ( of course ... ) be chmod to rw for apache uid ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=27005&edit=1