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 a5a7da1 commit e7f25acCopy full SHA for e7f25ac
.github/scripts/download-bundled/pcre2.sh
@@ -15,7 +15,13 @@ cp -Rv /tmp/php-src-bundled/pcre2/deps/sljit/sljit_src ext/pcre/pcre2lib/sljit
15
16
cd ext/pcre/pcre2lib
17
18
+# renamed files
19
+mv pcre2_chartables.c.dist pcre2_chartables.c
20
+mv config.h.generic config.h
21
+
22
+# unneeded files
23
rm -rf .deps
24
+rm pcre2.h.generic
25
rm pcre2.h.in
26
rm pcre2_dftables.c
27
rm pcre2_fuzzsupport.c
@@ -28,8 +34,8 @@ rm pcre2posix_test.c
28
34
rm pcre2test.c
29
35
rm stamp-h1
30
36
37
+# added files
38
+git restore pcre2.c
31
39
git restore pcre2_jit_compile.c
32
40
33
-mv pcre2_chartables.c.dist pcre2_chartables.c
-mv pcre2.h.generic pcre2.h
-mv config.h.generic config.h
41
+# patched files
0 commit comments