diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2012-02-06 18:11:56 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2012-02-06 18:11:56 +0000 |
commit | 704c45ec3edeab16b46fbac3b81947577d185970 (patch) | |
tree | 6c20fe7514a3244098458fc216d6c8bdfb0ad1e4 /main/php_compat.h | |
parent | 7dcada1c8c25a8e23d5ce3075a887f61bc8dd8a8 (diff) | |
download | php-git-704c45ec3edeab16b46fbac3b81947577d185970.tar.gz |
Fix for bug 60986
Diffstat (limited to 'main/php_compat.h')
-rw-r--r-- | main/php_compat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/php_compat.h b/main/php_compat.h index 0163844eba..80f43d4ee2 100644 --- a/main/php_compat.h +++ b/main/php_compat.h @@ -34,7 +34,6 @@ #define pcre_exec php_pcre_exec #define pcre_get_substring php_pcre_get_substring #define pcre_get_substring_list php_pcre_get_substring_list -#define pcre_info php_pcre_info #define pcre_maketables php_pcre_maketables #define pcre_study php_pcre_study #define pcre_version php_pcre_version |