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 e955d9c commit a5a7da1Copy full SHA for a5a7da1
.github/scripts/download-bundled/pcre2.sh
@@ -14,11 +14,8 @@ 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
15
16
cd ext/pcre/pcre2lib
17
-git restore config.h
18
-mv pcre2_chartables.c.dist pcre2_chartables.c
+
19
rm -rf .deps
20
-rm config.h.generic
21
-rm pcre2.h.generic
22
rm pcre2.h.in
23
rm pcre2_dftables.c
24
rm pcre2_fuzzsupport.c
@@ -31,5 +28,8 @@ rm pcre2posix_test.c
31
28
rm pcre2test.c
32
29
rm stamp-h1
33
30
34
-git restore pcre2.h
35
git restore pcre2_jit_compile.c
+mv pcre2_chartables.c.dist pcre2_chartables.c
+mv pcre2.h.generic pcre2.h
+mv config.h.generic config.h
0 commit comments