Skip to content

Commit ff07fc5

Browse files
committed
wip update local bundle from upstream
1 parent ae3ccb9 commit ff07fc5

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/scripts/download-bundled/pcre2.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ cd "$(dirname "$0")/../../.."
55
commit=b2bd4254b379b9d7dc9a3dda060a7e27009ccdff # 10.46 release
66

77
git 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

.github/scripts/download-bundled/sljit.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ cd "$(dirname "$0")/../../.."
55
commit=8d40e0306aacca3596f64a338b5033d2050fc20e
66

77
git 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

0 commit comments

Comments
 (0)