Update header file.

This commit is contained in:
Andrei Zmievski 2000-06-01 16:34:50 +00:00
parent 1db5c7d1e2
commit 4ef2af7c72

View file

@ -40,7 +40,10 @@ PHP_FUNCTION(preg_split);
PHP_FUNCTION(preg_quote); PHP_FUNCTION(preg_quote);
PHP_FUNCTION(preg_grep); 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; extern zend_module_entry pcre_module_entry;
#define pcre_module_ptr &pcre_module_entry #define pcre_module_ptr &pcre_module_entry