mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
A step towards generalizing the INI mechanism even more
This commit is contained in:
parent
1aaf98e54b
commit
66476011dd
8 changed files with 93 additions and 82 deletions
|
@ -213,8 +213,8 @@ static PHP_INI_MH(OnTypelibFileChange)
|
|||
|
||||
|
||||
PHP_INI_BEGIN()
|
||||
PHP_INI_ENTRY("allow_dcom", "0", PHP_INI_SYSTEM, NULL, NULL)
|
||||
PHP_INI_ENTRY("typelib_file", NULL, PHP_INI_SYSTEM, OnTypelibFileChange, NULL)
|
||||
PHP_INI_ENTRY1("allow_dcom", "0", PHP_INI_SYSTEM, NULL, NULL)
|
||||
PHP_INI_ENTRY1("typelib_file", NULL, PHP_INI_SYSTEM, OnTypelibFileChange, NULL)
|
||||
PHP_INI_END()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue