Sophie

Sophie

distrib > Mageia > 6 > armv5tl > by-pkgid > 28978c7f6966431f9c15f7c9fdd36277 > files > 6

php-ini-7.2.11-3.mga6.noarch.rpm

;PCRE library backtracking limit.
; http://php.net/pcre.backtrack-limit
;pcre.backtrack_limit=100000

;PCRE library recursion limit.
;Please note that if you set this value to a high number you may consume all
;the available process stack and eventually crash PHP (due to reaching the
;stack size limit imposed by the Operating System).
; http://php.net/pcre.recursion-limit
;pcre.recursion_limit=100000

;Enables or disables JIT compilation of patterns. This requires the PCRE
;library to be compiled with JIT support.
;pcre.jit=1