Changes between Initial Version and Version 1 of Ticket #125
- Timestamp:
- 09/18/2007 03:23:28 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #125 – description
initial v1 1 1 I have noticed maximum execution time errors in my php errors log since using xcache that look like this: 2 2 3 3 {{{ 4 4 [17-Sep-2007 16:11:21] PHP Fatal error: Maximum execution time of 30 seconds exceeded in ****\compile\%%3C^3C7^3C7D1048%%tier3.html.php on line 88 5 5 … … 14 14 [17-Sep-2007 16:44:45] PHP Fatal error: Maximum execution time of 30 seconds exceeded in ****\compile\%%E3^E37^E37C7E5A%%relatedItems.html.php on line 83 15 15 16 16 }}} 17 17 18 18 19 19 20 20 But nothing in my server logs show requests lasting for longer than a few seconds, with most being sub second. I have looked at 10 minutes around each incedence, so I do not believe that I could have missed a server log entry. I run windows 2k3, sp1, IIS 6, isapi filter mode. php -v gives 21 {{{ 21 22 PHP 5.2.3 (cli) (built: May 31 2007 09:37:22) 22 23 Copyright (c) 1997-2007 The PHP Group 23 24 Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies 24 25 with XCache v1.2.0, Copyright (c) 2005-2006, by mOo 25 26 }}} 26 27 This is the xcache config: 27 28 {{{ 28 29 [xcache-common] 29 30 ;; install as zend extension (recommended), normally "$extension_dir/xcache.so" … … 111 112 extension=php_soap.dll 112 113 extension=php_xsl.dll 113 114 }}} 114 115 115 116

