From ec386cc9fde380aaa4af823e75950365d8bb98da Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 16 Jan 2000 21:03:49 +0000 Subject: - 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! --- main/php_globals.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'main/php_globals.h') 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 */ /* -- cgit v1.2.1