Bug ID 1124446
Summary PHP 7.3 preg_match(): JIT compilation failed: no more memory (need pcre.jit=0 by default in php.ini)
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware All
OS openSUSE Factory
Status NEW
Severity Normal
Priority P5 - None
Component Other
Assignee bnc-team-screening@forge.provo.novell.com
Reporter ilya@ilya.pp.ua
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

https://bugs.php.net/bug.php?id=77260
In PHP 7.3 using pcre2 and using by default JIT compilation (pcre.jit=1)
This leads to errors like:
Warning in ./libraries/classes/Config.php#201 preg_match(): JIT compilation
failed: no more memory
For everything that uses preg _ * ()
I get this error on the login screen in phpMyAdmin 4.8.5, while I have 128MB
RAM allocated for PHP!
Until this is dealt with in the upstream. I suggest set in php.ini pcre.jit=0


You are receiving this mail because: