diff options
author | Zeev Suraski <zeev@php.net> | 2000-06-16 02:27:47 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-06-16 02:27:47 +0000 |
commit | c885f468aa110c685890f0c249eb20c47de693a3 (patch) | |
tree | 84ec0cfafae93a0097ac9e679535505bcfdefeec /main/php_globals.h | |
parent | 090d39b7b12571c8cbd14cb631bf0b0b2609f856 (diff) | |
download | php-git-c885f468aa110c685890f0c249eb20c47de693a3.tar.gz |
Improve timeout support - ini_get("max_execution_time", ...) works now
Diffstat (limited to 'main/php_globals.h')
-rw-r--r-- | main/php_globals.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index 7c5a0fb919..aba2b966bb 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -97,8 +97,6 @@ struct _php_core_globals { short connection_status; short ignore_user_abort; - long max_execution_time; - unsigned char header_is_being_sent; zend_llist tick_functions; |