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
|
@ -369,7 +369,7 @@ PHP_INI_BEGIN()
|
|||
STD_PHP_INI_ENTRY("pcre.backtrack_limit", "1000000", PHP_INI_ALL, OnUpdateBacktrackLimit, backtrack_limit, zend_pcre_globals, pcre_globals)
|
||||
STD_PHP_INI_ENTRY("pcre.recursion_limit", "100000", PHP_INI_ALL, OnUpdateRecursionLimit, recursion_limit, zend_pcre_globals, pcre_globals)
|
||||
#ifdef HAVE_PCRE_JIT_SUPPORT
|
||||
STD_PHP_INI_ENTRY("pcre.jit", "1", PHP_INI_ALL, OnUpdateJit, jit, zend_pcre_globals, pcre_globals)
|
||||
STD_PHP_INI_BOOLEAN("pcre.jit", "1", PHP_INI_ALL, OnUpdateJit, jit, zend_pcre_globals, pcre_globals)
|
||||
#endif
|
||||
PHP_INI_END()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue