diff options
author | Nuno Lopes <nlopess@php.net> | 2008-01-29 20:18:02 +0000 |
---|---|---|
committer | Nuno Lopes <nlopess@php.net> | 2008-01-29 20:18:02 +0000 |
commit | 3f7b92c06c6e4cbcd9bc949289b51756cfb658bf (patch) | |
tree | 595267e7ab7b87c1f31f693cd24da517114026f6 /ext/pcre/pcrelib/pcre_tables.c | |
parent | 99c56139c75b48914103bc2351b5422465f3f97e (diff) | |
download | php-git-3f7b92c06c6e4cbcd9bc949289b51756cfb658bf.tar.gz |
upgrade to PCRE 7.6.
#changes to code are minimal. this fixes a security bug
Diffstat (limited to 'ext/pcre/pcrelib/pcre_tables.c')
-rw-r--r-- | ext/pcre/pcrelib/pcre_tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/pcrelib/pcre_tables.c b/ext/pcre/pcrelib/pcre_tables.c index a3f28621c2..646ddb568a 100644 --- a/ext/pcre/pcrelib/pcre_tables.c +++ b/ext/pcre/pcrelib/pcre_tables.c @@ -6,7 +6,7 @@ and semantics are as close as possible to those of the Perl 5 language. Written by Philip Hazel - Copyright (c) 1997-2007 University of Cambridge + Copyright (c) 1997-2008 University of Cambridge ----------------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without |