]> granicus.if.org Git - php/commitdiff
test patch
authorZeev Suraski <zeev@php.net>
Sat, 10 Apr 1999 21:34:53 +0000 (21:34 +0000)
committerZeev Suraski <zeev@php.net>
Sat, 10 Apr 1999 21:34:53 +0000 (21:34 +0000)
main/main.c

index b3ed6cd04d82c4215a7937913eb1250eb0323cba..8664096f38b0299c1542d1b922bc2fc3bc79a388 100644 (file)
@@ -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));
 }