From 0651b4ff16c56867bd588f68a1a8d4046b69a802 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Thu, 1 Feb 2001 05:04:58 +0000 Subject: Modified /F handling to allow calling object methods. --- ext/pcre/php_pcre.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ext/pcre/php_pcre.h') diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h index 8c3a2f73a3..3923d10670 100644 --- a/ext/pcre/php_pcre.h +++ b/ext/pcre/php_pcre.h @@ -40,11 +40,6 @@ PHP_FUNCTION(preg_split); PHP_FUNCTION(preg_quote); PHP_FUNCTION(preg_grep); -char *php_pcre_replace(char *regex, int regex_len, - char *subject, int subject_len, - char *replace, int replace_len, - int *result_len, int limit); - extern zend_module_entry pcre_module_entry; #define pcre_module_ptr &pcre_module_entry -- cgit v1.2.1