From 92d3c2a08ef6d05e55851a8cd90743adf52e40c0 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Sat, 9 Aug 2003 23:15:19 +0000 Subject: [PATCH] MFH: timeout fix --- main/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main/main.c b/main/main.c index f47a17e784..9a0aaa174d 100644 --- a/main/main.c +++ b/main/main.c @@ -865,6 +865,7 @@ static void php_message_handler_for_zend(long message, void *data) void php_on_timeout(int seconds TSRMLS_DC) { PG(connection_status) |= PHP_CONNECTION_TIMEOUT; + zend_set_timeout(EG(timeout_seconds)); } #if PHP_SIGCHILD -- 2.50.1