summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2006-05-31 17:17:46 +0000
committerAndrei Zmievski <andrei@php.net>2006-05-31 17:17:46 +0000
commit50d1af20c5801b1fd7d59854c015ad6538f429db (patch)
tree0054e486ad478a008d92ef30f41f28c8c1d5e6fd
parent6af0ebfebfc8de47a91d29c4d147645c821b0c77 (diff)
downloadphp-git-50d1af20c5801b1fd7d59854c015ad6538f429db.tar.gz
Add pcre_compile2() to the list of aliases.
-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 06e8459f84..6472700d37 100644
--- a/main/php_compat.h
+++ b/main/php_compat.h
@@ -9,6 +9,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