summaryrefslogtreecommitdiff
path: root/main/php.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.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.h')
-rw-r--r--main/php.h1
1 files changed, 0 insertions, 1 deletions
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);