diff options
author | Andrei Zmievski <andrei@php.net> | 2001-03-13 05:24:03 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2001-03-13 05:24:03 +0000 |
commit | 285ec0ca2c27bc365e4e2bdf18072cb7d3b90445 (patch) | |
tree | 31da5c1c30f363c45b48f1ac6a03c7061d761bf6 /ext/pcre/php_pcre.h | |
parent | c3a10fe0d1a2c9e766d1bb2f6f51db220e72bd94 (diff) | |
download | php-git-285ec0ca2c27bc365e4e2bdf18072cb7d3b90445.tar.gz |
@- IMPORTANT: removed /F modifier handling from preg_replace(). Instead
@ one should use new preg_replace_callback() function. (Andrei)
Diffstat (limited to 'ext/pcre/php_pcre.h')
-rw-r--r-- | ext/pcre/php_pcre.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h index ac2f80b719..0d00d09854 100644 --- a/ext/pcre/php_pcre.h +++ b/ext/pcre/php_pcre.h @@ -36,6 +36,7 @@ PHP_FUNCTION(preg_match); PHP_FUNCTION(preg_match_all); PHP_FUNCTION(preg_replace); +PHP_FUNCTION(preg_replace_callback); PHP_FUNCTION(preg_split); PHP_FUNCTION(preg_quote); PHP_FUNCTION(preg_grep); |