summaryrefslogtreecommitdiff
path: root/main/php_compat.h
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2006-05-31 17:18:08 +0000
committerAndrei Zmievski <andrei@php.net>2006-05-31 17:18:08 +0000
commit1f04ac91b003abd7aaeafb6f7a777b7669611812 (patch)
tree11f54affd2cf63ca8f1d677908b55a561f4d9055 /main/php_compat.h
parent8f78a2727b34e7586de966b6202cfb5e9cc25b8c (diff)
downloadphp-git-1f04ac91b003abd7aaeafb6f7a777b7669611812.tar.gz
MFB
Diffstat (limited to 'main/php_compat.h')
-rw-r--r--main/php_compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_compat.h b/main/php_compat.h
index c01efad282..76df854c9b 100644
--- a/main/php_compat.h
+++ b/main/php_compat.h
@@ -29,6 +29,7 @@
#if defined(HAVE_BUNDLED_PCRE) || !defined(PHP_VERSION)
#define pcre_compile php_pcre_compile
+#define pcre_compile2 php_pcre_compile2
#define pcre_copy_substring php_pcre_copy_substring
#define pcre_exec php_pcre_exec
#define pcre_get_substring php_pcre_substring