diff options
author | Dmitry Stogov <dmitry@php.net> | 2006-11-17 11:40:52 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2006-11-17 11:40:52 +0000 |
commit | c06f9e1efe5375abcbb507876e04e893885e4ade (patch) | |
tree | 1fec799294f4e5db9b88dcbaa46f62aa6a6886a4 /main/php.h | |
parent | cb4b75f155950d57979c5c69c37e78d46f60d3d7 (diff) | |
download | php-git-c06f9e1efe5375abcbb507876e04e893885e4ade.tar.gz |
COM initialization/deinitialization are done only if necessary
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |