summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/pcre.h
diff options
context:
space:
mode:
authorArjen Schol <arjen@react.com>2015-02-04 14:08:41 +0100
committerArjen Schol <arjen@react.com>2015-02-04 14:08:41 +0100
commitb436c714c6a23ead40434896bf8fcbb62ed0a764 (patch)
tree5f7c8230a1410dbc3c0b30a297150b4abf4989e3 /ext/pcre/pcrelib/pcre.h
parent9e70d7672dd646b8c9b29ccc452e4dc5aa015437 (diff)
downloadphp-git-b436c714c6a23ead40434896bf8fcbb62ed0a764.tar.gz
Upgrade pcre to 8.36
Diffstat (limited to 'ext/pcre/pcrelib/pcre.h')
-rw-r--r--ext/pcre/pcrelib/pcre.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/pcre/pcrelib/pcre.h b/ext/pcre/pcrelib/pcre.h
index 23eca11804..9216d55b0a 100644
--- a/ext/pcre/pcrelib/pcre.h
+++ b/ext/pcre/pcrelib/pcre.h
@@ -5,7 +5,7 @@
/* This is the public header file for the PCRE library, to be #included by
applications that call the PCRE functions.
- Copyright (c) 1997-2015 University of Cambridge
+ Copyright (c) 1997-2014 University of Cambridge
-----------------------------------------------------------------------------
Redistribution and use in source and binary forms, with or without
@@ -42,9 +42,9 @@ POSSIBILITY OF SUCH DAMAGE.
/* The current PCRE version information. */
#define PCRE_MAJOR 8
-#define PCRE_MINOR 35
-#define PCRE_PRERELEASE
-#define PCRE_DATE 2014-04-04
+#define PCRE_MINOR 36
+#define PCRE_PRERELEASE
+#define PCRE_DATE 2014-09-26
/* When an application links to a PCRE DLL in Windows, the symbols that are
imported have to be identified as such. When building PCRE, the appropriate