Vinzenz Mai: Gibt es eine Funktion wie get_time_limit()?

Beitrag lesen

Hallo,

Wo ist der gespeichert? Unter phpinfo() hab ich auch nichts gefunden...

Hab jetzt mal nen Endlosschleife mit Ausgabe pro Sekunde hochgeladen um zu sehen wann es zu einer Fehlermeldung kommt - Problem dabei:

verwendest Du sleep()?
Wenn ja, dann ist Deine Messung wertlos, ich zitiere einen Benutzerkommentar zu sleep():

<zitat
    Note: The set_time_limit() function and the configuration directive
    max_execution_time only affect the execution time of the script itself.
    Any time spent on activity that happens outside the execution of the
    script such as system calls using system(), the sleep() function, database
    queries, etc. is not included when determining the maximum time that the
    script has been running.
</zitat>

Freundliche Grüße

Vinzenz