PHP regular expression limit reached (pcre.backtrack_limit)

kristobal1969
kristobal1969
  • kristobal1969
  • 5 months ago

Hello,

I encounter a problem with one of the subjet that is not accessible.
I changed php settings as I read that it was the solution, but it did not change anything (I even restarted php via apache).


[Pcre]
;PCRE library backtracking limit.
; http://php.net/pcre.backtrack-limit
pcre.backtrack_limit=1000000

;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=1000000

Any idea ?

I hope you can help.

Regards

Kris


Access to viewing replies is restricted.
Showing 4 of 4 replies
You do not have permissions for replying to this topic.
Loading...
Confirm delete? This action is irreversible and the data will be deleted permanently. Do you want to continue? Confirm Add New Delete Unpublish Cancel Import Uninstall The selected item successfully deleted.
Shondalai