summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.h
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-12-05 10:29:06 +0000
committerStig Bakken <ssb@php.net>1999-12-05 10:29:06 +0000
commitae1b7bf4b8f211726d21bbf489bee78c8a3c4e2e (patch)
tree3b406c6f138d6d278d9b74ea3d79e4697c91bdae /ext/pcre/php_pcre.h
parent2aaece2db68b6e15d2246234964101a14c72797f (diff)
downloadphp-git-ae1b7bf4b8f211726d21bbf489bee78c8a3c4e2e.tar.gz
@Fix warnings compiling in maintainer mode. (Stig)
Fix warnings compiling in maintainer mode. Install DB/common.php and DB/mysql.php on "make install". # We still have a warning from http_config.h:97. Rasmus? :-)
Diffstat (limited to 'ext/pcre/php_pcre.h')
-rw-r--r--ext/pcre/php_pcre.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h
index a4ccdd368a..9db7cd9622 100644
--- a/ext/pcre/php_pcre.h
+++ b/ext/pcre/php_pcre.h
@@ -51,6 +51,8 @@ PHP_FUNCTION(preg_split);
PHP_FUNCTION(preg_quote);
PHP_FUNCTION(preg_grep);
+char *_php_pcre_replace(char *regex, char *subject, char *replace);
+
extern zend_module_entry pcre_module_entry;
#define pcre_module_ptr &pcre_module_entry