]> granicus.if.org Git - php/commitdiff
Update header file.
authorAndrei Zmievski <andrei@php.net>
Thu, 1 Jun 2000 16:34:50 +0000 (16:34 +0000)
committerAndrei Zmievski <andrei@php.net>
Thu, 1 Jun 2000 16:34:50 +0000 (16:34 +0000)
ext/pcre/php_pcre.h

index fb065fad6646f0bac2973b6c67a5264c771f0fe5..b2715e9223d8cf91fd173532ea61d98e91c49961 100644 (file)
@@ -40,7 +40,10 @@ PHP_FUNCTION(preg_split);
 PHP_FUNCTION(preg_quote);
 PHP_FUNCTION(preg_grep);
 
-char *_php_pcre_replace(char *regex, char *subject, char *replace);
+char *php_pcre_replace(char *regex,   int regex_len,
+                                          char *subject, int subject_len,
+                                          char *replace, int replace_len,
+                                          int  *result_len);
 
 extern zend_module_entry pcre_module_entry;
 #define pcre_module_ptr &pcre_module_entry