PHP 升级到 7.3 后,出现 BUG:
解决办法:修改php.ini文件,;pcre.jit=1 => pcre.jit=0
PHP Fatal error: Uncaught ErrorException: preg_match_all (): JIT compilation failed: no more memory in phar
PHP 升级到 7.3 后,出现 BUG:
解决办法:修改php.ini文件,;pcre.jit=1 => pcre.jit=0
PHP Fatal error: Uncaught ErrorException: preg_match_all (): JIT compilation failed: no more memory in phar