Skip to content

Commit 3b53a8a

Browse files
committed
test patch
1 parent 1c23f75 commit 3b53a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ PHPAPI void php3_error(int type, const char *format,...)
500500
#if HAVE_SETITIMER
501501
static void php3_timeout(int dummy)
502502
{
503-
TLS_VARS;
503+
PLS_FETCH();
504504

505505
php3_error(E_ERROR, "Maximum execution time of %d seconds exceeded", PG(max_execution_time));
506506
}

0 commit comments

Comments
 (0)