From 2dea694ab454ce8786a9b7e58dc4da7b3fca87e0 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 16 Jan 2000 19:43:34 +0000 Subject: 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. --- main/php.h | 1 - 1 file changed, 1 deletion(-) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index 5f7dfc7c46..e9a099ae1f 100644 --- a/main/php.h +++ b/main/php.h @@ -319,7 +319,6 @@ int mergesort(void *base, size_t nmemb, register size_t size, int (*cmp) (const /*from basic functions*/ extern PHPAPI int _php_error_log(int opt_err,char *message,char *opt,char *headers); -PHPAPI void php_register_post_request_startup(void (*func)(void *), void *userdata); PHPAPI void php_register_pre_request_shutdown(void (*func)(void *), void *userdata); PHPAPI int cfg_get_long(char *varname, long *result); -- cgit v1.2.1