From 4bb5e353d51e5ac1ded35df12190bee82d993b91 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Wed, 17 Nov 1999 23:01:27 +0000 Subject: Add post request startup handlers. These are called at the end of the request startup function, and can use the initialized structures like the symbol table. --- main/php.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index d732b42c89..61743a050e 100644 --- a/main/php.h +++ b/main/php.h @@ -317,6 +317,8 @@ 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 int cfg_get_long(char *varname, long *result); PHPAPI int cfg_get_double(char *varname, double *result); PHPAPI int cfg_get_string(char *varname, char **result); -- cgit v1.2.1