File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
.github/scripts/download-bundled Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,9 @@ cd "$(dirname "$0")/../../.."
55commit=b2bd4254b379b9d7dc9a3dda060a7e27009ccdff # 10.46 release
66
77git clone --revision=$commit https://github.com/PCRE2Project/pcre2.git /tmp/php-src-bundled/pcre2
8+
9+ rm -rf ext/pcre/pcre2lib
10+ cp -R /tmp/php-src-bundled/pcre2/src ext/pcre/pcre2lib
11+
12+ cd ext/pcre/pcre2lib
13+ git restore config.h
Original file line number Diff line number Diff line change @@ -5,3 +5,8 @@ cd "$(dirname "$0")/../../.."
55commit=8d40e0306aacca3596f64a338b5033d2050fc20e
66
77git clone --revision=$commit https://github.com/zherczeg/sljit.git /tmp/php-src-bundled/sljit
8+
9+ rm -rf ext/pcre/pcre2lib/sljit
10+ cp -R /tmp/php-src-bundled/sljit/sljit_src ext/pcre/pcre2lib/sljit
11+
12+ cd ext/pcre/pcre2lib/sljit
You can’t perform that action at this time.
0 commit comments