summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.h
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2001-03-13 05:24:03 +0000
committerAndrei Zmievski <andrei@php.net>2001-03-13 05:24:03 +0000
commit285ec0ca2c27bc365e4e2bdf18072cb7d3b90445 (patch)
tree31da5c1c30f363c45b48f1ac6a03c7061d761bf6 /ext/pcre/php_pcre.h
parentc3a10fe0d1a2c9e766d1bb2f6f51db220e72bd94 (diff)
downloadphp-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.h1
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);