summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/pcre.h
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2008-07-06 15:17:25 +0000
committerNuno Lopes <nlopess@php.net>2008-07-06 15:17:25 +0000
commit053dc572cae9811b28aca7e4494051bba2bcae51 (patch)
treebd19ec37ad302e591b4dfc18c5a61014a85db856 /ext/pcre/pcrelib/pcre.h
parent21bca5add33a7f74527d8021d99adc953124bcfa (diff)
downloadphp-git-053dc572cae9811b28aca7e4494051bba2bcae51.tar.gz
upgrade to PCRE 7.7
Diffstat (limited to 'ext/pcre/pcrelib/pcre.h')
-rw-r--r--ext/pcre/pcrelib/pcre.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ext/pcre/pcrelib/pcre.h b/ext/pcre/pcrelib/pcre.h
index c85c32ea3f..6f6a3328e5 100644
--- a/ext/pcre/pcrelib/pcre.h
+++ b/ext/pcre/pcrelib/pcre.h
@@ -42,9 +42,9 @@ POSSIBILITY OF SUCH DAMAGE.
/* The current PCRE version information. */
#define PCRE_MAJOR 7
-#define PCRE_MINOR 6
+#define PCRE_MINOR 7
#define PCRE_PRERELEASE
-#define PCRE_DATE 2008-01-28
+#define PCRE_DATE 2008-05-07
/* 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
@@ -124,6 +124,7 @@ extern "C" {
#define PCRE_NEWLINE_ANYCRLF 0x00500000
#define PCRE_BSR_ANYCRLF 0x00800000
#define PCRE_BSR_UNICODE 0x01000000
+#define PCRE_JAVASCRIPT_COMPAT 0x02000000
/* Exec-time and get/set-time error codes */