ID: 16961 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: No Feedback Bug Type: Scripting Engine problem Operating System: Windows 2000 PHP Version: 4.2.0 New Comment:
No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. Previous Comments: ------------------------------------------------------------------------ [2002-09-11 20:08:35] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip ------------------------------------------------------------------------ [2002-05-08 10:52:36] [EMAIL PROTECTED] I've found the problem. It's a different behavior of set_time_limit() with too big values. Try this: set_time_limit(1000000000) Linux, PHP 4.0.x -> ok set_time_limit(1000000000) Win2k, PHP 4.2.0 -> not correct, process will stop soon! ------------------------------------------------------------------------ [2002-05-06 19:37:08] [EMAIL PROTECTED] Some problem. This my configuration: Windows 2000 Easy PHP 1.6 (Apache 1.3 & PHP 4.2.0) ------------------------------------------------------------------------ [2002-05-02 06:49:21] [EMAIL PROTECTED] Hi, I'm a newbie so I'm not sure this is a bug. I have just installed Apache 2.0.35 e PHP 4.2.0 on Win2k. When I open a php file, I get ALWAYS Maximum execution time of 1000000000 seconds, like this: "Fatal error: Maximum execution time of 1000000000 seconds exceeded in C:\Programmi\Apache Group\Apache2\htdocs\common\index.php on line 902" This error appear while loading the page, after 1 second. The same pages are correctly opened on Linux with a previous version of PHP (4.0.x). After this error, I tried to modify PHP.ini and I put maximum_execution_time = 0 but nothing change. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16961&edit=1