summaryrefslogtreecommitdiff
path: root/main/php_globals.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-01-16 19:43:34 +0000
committerZeev Suraski <zeev@php.net>2000-01-16 19:43:34 +0000
commit2dea694ab454ce8786a9b7e58dc4da7b3fca87e0 (patch)
tree219dc9cbb6994a0a5a9ae4b974c2af9db3d2f61b /main/php_globals.h
parentdc0e6632415b32f73e53c5c280e8462e817cc9ba (diff)
downloadphp-git-2dea694ab454ce8786a9b7e58dc4da7b3fca87e0.tar.gz
Remove the post-startup callback support. Modules are now started only after
the entire engine is started. People - please make sure that the session module works properly for you.
Diffstat (limited to 'main/php_globals.h')
-rw-r--r--main/php_globals.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/php_globals.h b/main/php_globals.h
index 8273b2c8ef..f18f98249a 100644
--- a/main/php_globals.h
+++ b/main/php_globals.h
@@ -96,10 +96,8 @@ struct _php_core_globals {
unsigned char header_is_being_sent;
- zend_llist ll_post_request_startup;
zend_llist ll_pre_request_shutdown;
- zend_bool post_request_startup_ok;
zend_bool pre_request_shutdown_ok;
};