mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
reworked ini dtor
This commit is contained in:
parent
eb629b70da
commit
9e4310eeeb
3 changed files with 15 additions and 4 deletions
|
@ -62,9 +62,10 @@ struct _zend_ini_entry {
|
|||
|
||||
BEGIN_EXTERN_C()
|
||||
ZEND_API int zend_ini_startup(void);
|
||||
ZEND_API int zend_ini_shutdown(HashTable *ini_directives);
|
||||
ZEND_API int zend_ini_shutdown(void);
|
||||
ZEND_API int zend_ini_global_shutdown(void);
|
||||
ZEND_API int zend_ini_deactivate(void);
|
||||
ZEND_API void zend_ini_dtor(HashTable *ini_directives);
|
||||
|
||||
ZEND_API int zend_copy_ini_directives(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue