Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > f12fff8cc8f90960ac454ba0455a67f7 > files > 6

php-ini-7.3.14-1.mga7.armv7hl.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