summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2005-10-12 22:45:15 +0000
committerMarcus Boerger <helly@php.net>2005-10-12 22:45:15 +0000
commit56325bc2756d1851bbc4c1f6315870f90be2f258 (patch)
tree1d3b86cbce1d8ba0cbc0ebfdec7aed77bdc98e17 /ext/pcre/php_pcre.h
parenteb48d356bd4965ffe2602a963d35cebf712a6f5b (diff)
downloadphp-git-56325bc2756d1851bbc4c1f6315870f90be2f258.tar.gz
- Drop one cache related function which is not really neccessary
Diffstat (limited to 'ext/pcre/php_pcre.h')
-rw-r--r--ext/pcre/php_pcre.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/php_pcre.h b/ext/pcre/php_pcre.h
index 8d1f8f62fe..cc9685d09b 100644
--- a/ext/pcre/php_pcre.h
+++ b/ext/pcre/php_pcre.h
@@ -60,7 +60,7 @@ typedef struct {
int refcount;
} pcre_cache_entry;
-PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(char *regex, int regex_len TSRMLS_DC);
+PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(char *regex, int regex_len, pcre_extra **extra, int *preg_options, int *compile_options TSRMLS_DC);
ZEND_BEGIN_MODULE_GLOBALS(pcre)
HashTable pcre_cache;