From:             navy at cergynux dot Net
Operating system: Linux Mandrake 9.2
PHP version:      4.3.4
PHP Bug Type:     Documentation problem
Bug description:  Php.ini error_log incomplete documentation

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 bug report at http://bugs.php.net/?id=27005&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27005&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27005&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27005&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27005&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27005&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27005&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27005&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27005&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27005&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27005&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27005&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27005&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27005&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27005&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27005&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27005&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27005&r=float

Reply via email to