From c06f9e1efe5375abcbb507876e04e893885e4ade Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Fri, 17 Nov 2006 11:40:52 +0000 Subject: COM initialization/deinitialization are done only if necessary --- 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 6ff3bfe7da..a3825a4659 100644 --- a/main/php.h +++ b/main/php.h @@ -329,6 +329,8 @@ PHPAPI void php_register_pre_request_shutdown(void (*func)(void *), void *userda 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); + +PHPAPI void php_com_initialize(TSRMLS_D); END_EXTERN_C() /* PHP-named Zend macro wrappers */ -- cgit v1.2.1