Project

General

Profile

Bug #11466 » patch-disable-pcrejit-arm.diff

Disable PCRE JIT compiler on 32-bit ARM platforms (works around the PHP crash) - Jim Pingle, 06/03/2021 09:34 AM

View differences:

src/etc/rc.php_ini_setup
fi
fi
PCRE_JIT=1
MACH=$(/usr/bin/uname -m)
if [ "${MACH}" = "arm" ]; then
PCRE_JIT=0
fi
# Set upload directory
UPLOADTMPDIR="/tmp"
......
session.hash_function = 1
${error_reporting}
[Pcre]
pcre.jit=${PCRE_JIT}
; Extensions
EOF
(3-3/3)