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 2621136 commit 035a235Copy full SHA for 035a235
.github/scripts/download-bundled/pcre2.sh
@@ -12,6 +12,7 @@ cp -R /tmp/php-src-bundled/pcre2/src ext/pcre/pcre2lib
12
cd ext/pcre/pcre2lib
13
14
# remove unneeded files
15
+rm config.h.generic
16
rm pcre2.h.in
17
rm pcre2_dftables.c
18
rm pcre2_fuzzsupport.c
@@ -24,7 +25,6 @@ rm pcre2posix_test.c
24
25
rm pcre2test.c
26
27
# move renamed files
-mv config.h.generic config.h
28
mv pcre2.h.generic pcre2.h
29
mv pcre2_chartables.c.dist pcre2_chartables.c
30
0 commit comments