2019年1月10日現在、PHP7.3をbrewでinstallしたMac機で、
composerコマンドを叩くと以下のエラーが出る事象がある。
PHP Fatal error: Uncaught ErrorException: preg_match_all(): JIT compilation failed: no more memory
こちら、どうやらPHP7.3のバグらしい。
現在の回避策として、pcre.jit=0
をpip.iniに付け加えればひとまずOKっぽい。
Go to list of users who liked
More than 5 years have passed since last update.
2019年1月10日現在、PHP7.3をbrewでinstallしたMac機で、
composerコマンドを叩くと以下のエラーが出る事象がある。
PHP Fatal error: Uncaught ErrorException: preg_match_all(): JIT compilation failed: no more memory
こちら、どうやらPHP7.3のバグらしい。
現在の回避策として、pcre.jit=0
をpip.iniに付け加えればひとまずOKっぽい。
Register as a new user and use Qiita more conveniently
Go to list of users who liked