php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31860 Maximum execution time of 45
Submitted: 2005-02-06 15:28 UTC Modified: 2005-02-06 15:34 UTC
From: mickey98 at gmail dot com Assigned:
Status: Not a bug Package: IIS related
PHP Version: 4.3.10 OS: Windows 200x
Private report: No CVE-ID: None
 [2005-02-06 15:28 UTC] mickey98 at gmail dot com
Description:
------------
Running PHP-scripts returns fatal errors like:
"Maximum execution time of 45 seconds exceeded"

A lot has been said about it and about the possible solution being disabling the ZEND-option. Since this is nowhere to be found within the PHP documentation and hardly on any forum maybe it is worth mentioning here. 

The solution to a lot of these problems is editing the PHP.ini and ADD the following line:

zend_optimizer.enable_loader = 0

It is mentioned in the ZEND-documentation but further it is hard to find.

With regards,

Michel


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-02-06 15:34 UTC] derick@php.net
No bug here...
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Jun 10 17:01:31 2024 UTC