A step towards generalizing the INI mechanism even more

This commit is contained in:
Zeev Suraski 1999-04-28 20:26:33 +00:00
parent 1aaf98e54b
commit 66476011dd
8 changed files with 93 additions and 82 deletions

View file

@ -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()