Edit report at https://bugs.php.net/bug.php?id=19245&edit=1

 ID:                 19245
 Updated by:         maar...@php.net
 Reported by:        t_o_m_ at yahoo dot com
 Summary:            Alter error message for execution time exceeded
-Status:             Open
+Status:             Wont fix
 Type:               Feature/Change Request
-Package:            Feature/Change Request
+Package:            *General Issues
 Operating System:   All
 PHP Version:        4.2.2
 Block user comment: N
 Private report:     N

 New Comment:

You can view your access logs to see which request caused the timeout. And if 
you conclude you're waiting on sql, you can watch the slow query log (or even 
always keep an eye on slow queries)

As there are other logs available, no need to add 1 arbitrary (debugging might 
depend on others) variable to this message...


Previous Comments:
------------------------------------------------------------------------
[2002-09-05 06:49:08] t_o_m_ at yahoo dot com

I have the log_errors and error_log set in my php.ini.
However when I look through it I see lines like:

[05-Sep-2002 10:03:31] PHP Fatal error:  Maximum execution time of 30 seconds 
exceeded in E:\intranet\reports\db.inc on line 9

This file is includeded in many other files, and from this error it is not 
possible to tell which the including file was. In my case the including file 
contains an over complex sql statement, the include file (db.inc) just runs it.

Would it be possible for this error message to have $_SERVER['PHP_SELF'] in it?

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



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=19245&edit=1

Reply via email to