diff options
author | Andrei Zmievski <andrei@php.net> | 1999-10-01 14:54:55 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 1999-10-01 14:54:55 +0000 |
commit | a92fb5fe3d781b130e54ccc9bb457ffb6f5f8715 (patch) | |
tree | 77461f794e2e8a959de8255ce7b90fc57e9b4665 /ext/pcre/php_pcre.c | |
parent | 7e75bf8f88d0155454d54e37682217f405c1a58e (diff) | |
download | php-git-a92fb5fe3d781b130e54ccc9bb457ffb6f5f8715.tar.gz |
rename.
Diffstat (limited to 'ext/pcre/php_pcre.c')
-rw-r--r-- | ext/pcre/php_pcre.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index 11eedbe944..1e6522427b 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andrey Zmievski <andrey@ispi.net> | + | Authors: Andrei Zmievski <andrei@ispi.net> | +----------------------------------------------------------------------+ */ @@ -21,7 +21,6 @@ /* TODO: - Allow user to set PCRE_NOTEMPTY, PCRE_ANCHORED at execution time - - Have an option for preg_split() to not return empty strings */ #include "php.h" |