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 4b5f1e4 commit b02329cCopy full SHA for b02329c
.github/scripts/download-bundled/pcre2.sh
@@ -4,8 +4,7 @@ cd "$(dirname "$0")"
4
5
commit=b2bd4254b379b9d7dc9a3dda060a7e27009ccdff # 10.46 release
6
7
-rm -rf ext/pcre/pcre2lib
8
-git clone --revision=$commit https://github.com/PCRE2Project/pcre2.git ext/pcre/pcre2lib
+git clone --revision=$commit https://github.com/PCRE2Project/pcre2.git /tmp/php-src/pcre2
9
10
-cd ext/pcre/pcre2lib
11
-rm -r .git
+rm -rf ext/pcre/pcre2lib
+cp -R /tmp/php-src/pcre2/src ext/pcre/pcre2lib
0 commit comments