mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Update INI validator and displayers depending on INI type
Closes GH-9451
This commit is contained in:
parent
ddf7a5d4d9
commit
1ad59b32c2
8 changed files with 15 additions and 15 deletions
|
@ -168,7 +168,7 @@ ZEND_DECLARE_MODULE_GLOBALS(tidy)
|
|||
|
||||
PHP_INI_BEGIN()
|
||||
STD_PHP_INI_ENTRY("tidy.default_config", "", PHP_INI_SYSTEM, OnUpdateString, default_config, zend_tidy_globals, tidy_globals)
|
||||
STD_PHP_INI_ENTRY("tidy.clean_output", "0", PHP_INI_USER, php_tidy_set_clean_output, clean_output, zend_tidy_globals, tidy_globals)
|
||||
STD_PHP_INI_BOOLEAN("tidy.clean_output", "0", PHP_INI_USER, php_tidy_set_clean_output, clean_output, zend_tidy_globals, tidy_globals)
|
||||
PHP_INI_END()
|
||||
|
||||
static zend_class_entry *tidy_ce_doc, *tidy_ce_node;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue