diff options
| author | Zeev Suraski <zeev@php.net> | 2000-01-16 21:03:49 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2000-01-16 21:03:49 +0000 |
| commit | ec386cc9fde380aaa4af823e75950365d8bb98da (patch) | |
| tree | db5d70c7d4e3d76e90c0e92e532b6e8af2053ea1 /main/php_globals.h | |
| parent | ee08b81aabcbc65c9b10b535f028b3654b732e4a (diff) | |
| download | php-git-ec386cc9fde380aaa4af823e75950365d8bb98da.tar.gz | |
- Remove the pre-request-shutdown hooks, they should no longer be necessary.
The session module may not work due to an unknown (and until now, IMO, misdiagnosed) problem,
if it does, please report it!
Diffstat (limited to 'main/php_globals.h')
| -rw-r--r-- | main/php_globals.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index f18f98249a..809b36ae53 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -95,18 +95,9 @@ struct _php_core_globals { long max_execution_time; unsigned char header_is_being_sent; - - zend_llist ll_pre_request_shutdown; - - zend_bool pre_request_shutdown_ok; }; -typedef struct { - void (*func)(void *); - void *userdata; -} php_request_hook; - #endif /* _PHP_GLOBALS_H */ /* |
