diff options
author | Anatoliy Belsky <ab@php.net> | 2012-10-19 09:51:58 +0200 |
---|---|---|
committer | Anatoliy Belsky <ab@php.net> | 2012-10-19 09:51:58 +0200 |
commit | d2fa182f253e7d99341ae7fca31379fc9f04067f (patch) | |
tree | 0fb5b44392fb0cb251dd0f927af0a5776f34e269 /ext/pcre/pcrelib/dftables.c | |
parent | bb51549915668adcc7c04e87568baef5e06bd03d (diff) | |
parent | 276c5de0d86abab52a19f489dd74565fdec0d3ca (diff) | |
download | php-git-d2fa182f253e7d99341ae7fca31379fc9f04067f.tar.gz |
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed bug #63284 PCRE upgrade to 8.31
Diffstat (limited to 'ext/pcre/pcrelib/dftables.c')
-rw-r--r-- | ext/pcre/pcrelib/dftables.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pcre/pcrelib/dftables.c b/ext/pcre/pcrelib/dftables.c index 63fc7074ec..763ac8c64f 100644 --- a/ext/pcre/pcrelib/dftables.c +++ b/ext/pcre/pcrelib/dftables.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-2008 University of Cambridge + Copyright (c) 1997-2012 University of Cambridge ----------------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without @@ -112,7 +112,7 @@ fprintf(f, "#endif\n\n" "#include \"pcre_internal.h\"\n\n"); fprintf(f, - "const unsigned char _pcre_default_tables[] = {\n\n" + "const pcre_uint8 PRIV(default_tables)[] = {\n\n" "/* This table is a lower casing table. */\n\n"); fprintf(f, " "); |