mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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
|
@ -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()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue