summaryrefslogtreecommitdiff
path: root/ext/pcre/config0.m4
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2019-05-25 11:42:14 +0200
committerAnatol Belski <ab@php.net>2019-05-25 11:42:14 +0200
commit15cdc6d709fd479dfacf9a3a998f64e8dd562e17 (patch)
treee860e5d0b6d1f9291f056dcda83b04fc01bba832 /ext/pcre/config0.m4
parentf8d53099c93c95018a0be3c8372fd1beadda1fb7 (diff)
parentaa9433e9286801a6af6d4cee73d9a165a61e0e3b (diff)
downloadphp-git-15cdc6d709fd479dfacf9a3a998f64e8dd562e17.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Upgrade bundled PCRE2 to 10.33
Diffstat (limited to 'ext/pcre/config0.m4')
-rw-r--r--ext/pcre/config0.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/config0.m4 b/ext/pcre/config0.m4
index c8f21b5aa1..30d0b9f93d 100644
--- a/ext/pcre/config0.m4
+++ b/ext/pcre/config0.m4
@@ -65,7 +65,7 @@ else
pcre2lib/pcre2_newline.c pcre2lib/pcre2_ord2utf.c pcre2lib/pcre2_pattern_info.c pcre2lib/pcre2_serialize.c \
pcre2lib/pcre2_string_utils.c pcre2lib/pcre2_study.c pcre2lib/pcre2_substitute.c pcre2lib/pcre2_substring.c \
pcre2lib/pcre2_tables.c pcre2lib/pcre2_ucd.c pcre2lib/pcre2_valid_utf.c pcre2lib/pcre2_xclass.c \
- pcre2lib/pcre2_find_bracket.c pcre2lib/pcre2_convert.c pcre2lib/pcre2_extuni.c"
+ pcre2lib/pcre2_find_bracket.c pcre2lib/pcre2_convert.c pcre2lib/pcre2_extuni.c pcre2lib/pcre2_script_run.c"
PHP_PCRE_CFLAGS="-DHAVE_CONFIG_H -I@ext_srcdir@/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1"
PHP_NEW_EXTENSION(pcre, $pcrelib_sources php_pcre.c, no,,$PHP_PCRE_CFLAGS)
PHP_ADD_BUILD_DIR($ext_builddir/pcre2lib)