From:             Xuefer at 21cn dot com
Operating system: *
PHP version:      5CVS-2004-01-16 (dev)
PHP Bug Type:     Feature/Change Request
Bug description:  error logging should log url for each page

Description:
------------
don't know if this feature is request before(i searched, not found)

there're many times error show in my log files
1.
[16-Jan-2004 21:38:42] PHP Warning:  Unknown(): A session is active. You
cannot change the session module's ini settings at this time. in Unknown
on line 0

2.
[16-Jan-2004 21:38:47] PHP Fatal error:  Maximum execution time of 30
seconds exceeded in /path/to/file.inc.php on line 113

but i don't know which request url cause the above error
there're too many pages include file /path/to/file.inc.php
what a hard life~

please add init setting:
error_log_request_url (boolean) default: true

[16-Jan-2004 21:38:42] PHP REQUEST:  GET www.domain.com/abc.php
[16-Jan-2004 21:38:42] PHP Warning:  etc etc..
[16-Jan-2004 21:38:43] PHP Fatal error:  etc etc..



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

Reply via email to