From: Zeev Suraski Date: Sat, 10 Apr 1999 21:34:53 +0000 (+0000) Subject: test patch X-Git-Tag: BEFORE_STACK_PATCH~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b53a8ad0f4a845d922199863322d4e1dccb6542;p=php test patch --- diff --git a/main/main.c b/main/main.c index b3ed6cd04d..8664096f38 100644 --- a/main/main.c +++ b/main/main.c @@ -500,7 +500,7 @@ PHPAPI void php3_error(int type, const char *format,...) #if HAVE_SETITIMER static void php3_timeout(int dummy) { - TLS_VARS; + PLS_FETCH(); php3_error(E_ERROR, "Maximum execution time of %d seconds exceeded", PG(max_execution_time)); }