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 7d05835 commit 7038c66Copy full SHA for 7038c66
.github/scripts/download-bundled/pcre2.sh
@@ -10,8 +10,8 @@ git clone --recurse-submodules --revision=$commit https://github.com/PCRE2Projec
10
(cd /tmp/php-src-bundled/pcre2 && ./configure --enable-jit --enable-pcre2-16 --enable-pcre2-32 --enable-pcre2grep-libz --enable-pcre2grep-libbz2)
11
12
rm -rf ext/pcre/pcre2lib
13
-cp -Rv /tmp/php-src-bundled/pcre2/src ext/pcre/pcre2lib
14
-cp -Rv /tmp/php-src-bundled/pcre2/deps/sljit/sljit_src ext/pcre/pcre2lib/sljit
+cp -R /tmp/php-src-bundled/pcre2/src ext/pcre/pcre2lib
+cp -R /tmp/php-src-bundled/pcre2/deps/sljit/sljit_src ext/pcre/pcre2lib/sljit
15
16
cd ext/pcre/pcre2lib
17
0 commit comments