summaryrefslogtreecommitdiff
path: root/ext/pcre
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2015-05-30 21:18:50 -0700
committerStanislav Malyshev <stas@php.net>2015-05-30 21:18:50 -0700
commit60c925fd41d954a23ca9b9387f02add2e77b37ec (patch)
treedb5e68e415ff5754ddc6987cf861d7868b27d3f6 /ext/pcre
parentff30d0319afa4f41620fee3f40e70583612508ba (diff)
parent930fb8b1f32437851b7a162a36cce56e5f54e4f9 (diff)
downloadphp-git-60c925fd41d954a23ca9b9387f02add2e77b37ec.tar.gz
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: Update PCRE version (bug #69689) move test NEWS 5.4 fix new test Fixed Bug #69667 segfault in php_pgsql_meta_data 5.4.42 next
Diffstat (limited to 'ext/pcre')
-rw-r--r--ext/pcre/pcrelib/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/pcre/pcrelib/config.h b/ext/pcre/pcrelib/config.h
index fec0403f58..ba06a17509 100644
--- a/ext/pcre/pcrelib/config.h
+++ b/ext/pcre/pcrelib/config.h
@@ -314,7 +314,7 @@ them both to 0; an emulation function will be used. */
#define PACKAGE_NAME "PCRE"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "PCRE 8.36"
+#define PACKAGE_STRING "PCRE 8.37"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "pcre"
@@ -323,7 +323,7 @@ them both to 0; an emulation function will be used. */
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "8.36"
+#define PACKAGE_VERSION "8.37"
/* to make a symbol visible */
/* #undef PCRECPP_EXP_DECL */
@@ -439,7 +439,7 @@ them both to 0; an emulation function will be used. */
/* Version number of package */
#ifndef VERSION
-#define VERSION "8.36"
+#define VERSION "8.37"
#endif
/* Define to empty if `const' does not conform to ANSI C. */