diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2003-08-09 23:15:40 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2003-08-09 23:15:40 +0000 |
| commit | c99e16d14a3acf269bac51a9f7235aaa01b57a64 (patch) | |
| tree | 0ee2aeef54ec625917072e281f5317a9a6e0ded8 /main/main.c | |
| parent | c6134c346c7268ea7517358f58a5a2f512c5d748 (diff) | |
| download | php-git-c99e16d14a3acf269bac51a9f7235aaa01b57a64.tar.gz | |
Timeout fix.
Diffstat (limited to 'main/main.c')
| -rw-r--r-- | main/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main.c b/main/main.c index fc5dc10bd4..ba1cef84c7 100644 --- a/main/main.c +++ b/main/main.c @@ -923,6 +923,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 |
