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

@ -297,8 +297,8 @@ function_entry basic_functions[] = {
PHP_INI_BEGIN()
PHP_INI_ENTRY("highlight.string", "#foobar", PHP_INI_ALL, NULL, NULL)
PHP_INI_ENTRY("test2", "testing", PHP_INI_SYSTEM, NULL, NULL)
PHP_INI_ENTRY1("highlight.string", "#foobar", PHP_INI_ALL, NULL, NULL)
PHP_INI_ENTRY1("test2", "testing", PHP_INI_SYSTEM, NULL, NULL)
PHP_INI_END()