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 3b348f5 commit a6efdb2Copy full SHA for a6efdb2
.github/scripts/download-bundled/pcre2.sh
@@ -11,8 +11,8 @@ git clone --recurse-submodules --revision=$commit https://github.com/PCRE2Projec
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
15
-cp -R /tmp/php-src-bundled/pcre2/deps/sljit/sljit_src ext/pcre/pcre2lib/sljit
+cp -Rv /tmp/php-src-bundled/pcre2/src ext/pcre/pcre2lib
+cp -Rv /tmp/php-src-bundled/pcre2/deps/sljit/sljit_src ext/pcre/pcre2lib/sljit
16
17
cd ext/pcre/pcre2lib
18
git restore config.h
0 commit comments