diff options
| author | Andrey Hristov <andrey@php.net> | 1999-09-14 19:24:37 +0000 |
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 1999-09-14 19:24:37 +0000 |
| commit | 870a6679ff21e52753e47614b85d300c2f55b211 (patch) | |
| tree | bd21962430d1328d82a586fc3bc3cd97a9944733 /ext/pcre/pcrelib/dftables.c | |
| parent | 61a3c147c3e8a8db79219a5c225db6bca30220a5 (diff) | |
| download | php-git-870a6679ff21e52753e47614b85d300c2f55b211.tar.gz | |
- Updated bundled PCRE library to version 2.08
- Made it possible to specify external location of the PCRE library
- Reworked PCRE extension to use updated PCRE library API
Hopefully now everything behaves just like Perl..
Diffstat (limited to 'ext/pcre/pcrelib/dftables.c')
| -rw-r--r-- | ext/pcre/pcrelib/dftables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/pcrelib/dftables.c b/ext/pcre/pcrelib/dftables.c index 729049f23b..7b336e6f1e 100644 --- a/ext/pcre/pcrelib/dftables.c +++ b/ext/pcre/pcrelib/dftables.c @@ -59,7 +59,7 @@ printf( "/*************************************************\n" "* Perl-Compatible Regular Expressions *\n" "*************************************************/\n\n" - "/* This file is automatically written by the makechartables auxiliary \n" + "/* This file is automatically written by the dftables auxiliary \n" "program. If you edit it by hand, you might like to edit the Makefile to \n" "prevent its ever being regenerated.\n\n" "This file is #included in the compilation of pcre.c to build the default\n" |
