diff options
author | Zeev Suraski <zeev@php.net> | 2002-11-19 17:51:30 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2002-11-19 17:51:30 +0000 |
commit | 4be862b02cb450f525d1aa8aafae4943cd1e47eb (patch) | |
tree | afe2a78b1acb5f874f006b7ec7be844ba653301f /Zend/zend.h | |
parent | 72f0be09c02c36bd90b40669d558a775d85a617d (diff) | |
download | php-git-4be862b02cb450f525d1aa8aafae4943cd1e47eb.tar.gz |
MFZE1 - error_reporting fix
Diffstat (limited to 'Zend/zend.h')
-rw-r--r-- | Zend/zend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend.h b/Zend/zend.h index e36ce7db0f..de97d15db3 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -396,6 +396,7 @@ typedef int (*zend_write_func_t)(const char *str, uint str_length); int zend_startup(zend_utility_functions *utility_functions, char **extensions, int start_builtin_functions); void zend_shutdown(TSRMLS_D); +void zend_register_standard_ini_entries(TSRMLS_D); #ifdef ZTS void zend_post_startup(TSRMLS_D); |