From 3b53a8ad0f4a845d922199863322d4e1dccb6542 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 10 Apr 1999 21:34:53 +0000 Subject: [PATCH] test patch --- main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/main.c b/main/main.c index b3ed6cd04d8..8664096f38b 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)); }