Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
echo "pcre.jit=0" > /usr/local/etc/php/7.4/conf.d/10-disable-pcre-jit.ini

If on an M1 Mac

Code Block
echo "pcre.jit=0" > /opt/homebrew/etc/php/7.4/conf.d/10-disable-pcre-jit.ini

Clone the Magento Repository

...