phpbar.de logo

Mailinglisten-Archive

[php] Maximum execution time of 30 seconds exceeded

[php] Maximum execution time of 30 seconds exceeded

Kristian =?iso-8859-1?Q?K=F6hntopp?= kk_(at)_netuse.de
Mon, 07 Jun 1999 11:36:02 +0200


Michael Renner wrote:
> Da scheint es eine Einstellung in der php3.ini zu geben,
> nur betreibe ich das unter IRIX und Apache!

Na, dann: RTFM.

;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;

max_execution_time = 30
memory_limit = 8388608

> Wo kann ich denn hier die Einstellung zu
> max_execution_time vornehmen?

In der php3.ini:

max_execution_time = 30


In einer <Directory>-Sektion oder einer .htaccess-Datei:

php3_max_execution_time 30

Zur Laufzeit:

http://www.php3.de/manual/function.set-time-limit.php3

set_time_limit(30);

Kristian

-- 
Kristian Köhntopp, NetUSE Kommunikationstechnologie GmbH
Siemenswall, D-24107 Kiel, Germany, +49 431 386 436 00
Using PHP3? See our web development library at
http://phplib.shonline.de/ (GPL)


php::bar PHP Wiki   -   Listenarchive