We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f4f11 commit b14c9e2Copy full SHA for b14c9e2
.github/scripts/download-bundled/pcre2.sh
@@ -7,7 +7,8 @@ commit=b2bd4254b379b9d7dc9a3dda060a7e27009ccdff # 10.46 release
7
git clone --recurse-submodules --revision=$commit https://github.com/PCRE2Project/pcre2.git /tmp/php-src-bundled/pcre2
8
9
(cd /tmp/php-src-bundled/pcre2 && ./autogen.sh)
10
-(cd /tmp/php-src-bundled/pcre2 && ./configure)
+(cd /tmp/php-src-bundled/pcre2 && ./configure --enable-jit --enable-pcre2-16 --enable-pcre2-32 --enable-pcre2grep-libz --enable-pcre2grep-libbz2 --enable-Werror)
11
+(cd /tmp/php-src-bundled/pcre2 && make)
12
13
rm -rf ext/pcre/pcre2lib
14
cp -R /tmp/php-src-bundled/pcre2/src ext/pcre/pcre2lib
0 commit comments