cvs: php4 /ext/pcre/ php_pcre.h

[email protected] ("Andrei Zmievski") Thu, 01 Jun 2000 16:34:50 -0000
Newsgroups php.version4
Message-ID <cvsandrei959877290@cvsserver>
andrei		Thu Jun  1 09:34:50 2000 EDT

  Modified files:
    /php4/ext/pcre	php_pcre.h 
  Log:
  Update header file.
  
  
Index: php4/ext/pcre/php_pcre.h
diff -u php4/ext/pcre/php_pcre.h:1.19 php4/ext/pcre/php_pcre.h:1.20
--- php4/ext/pcre/php_pcre.h:1.19	Thu May 18 08:34:32 2000
+++ php4/ext/pcre/php_pcre.h	Thu Jun  1 09:34:50 2000
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
  
-/* $Id: php_pcre.h,v 1.19 2000/05/18 15:34:32 zeev Exp $ */
+/* $Id: php_pcre.h,v 1.20 2000/06/01 16:34:50 andrei Exp $ */
 
 #ifndef _PHP_PCRE_H
 #define _PHP_PCRE_H
@@ -40,7 +40,10 @@
 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