From 0f6e3408db4d8fd96e24459389b06dc7a6e40ee2 Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Mon, 6 Feb 2012 18:11:56 +0000 Subject: Fix for bug 60986 --- main/php_compat.h | 1 - 1 file changed, 1 deletion(-) (limited to 'main/php_compat.h') 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 -- cgit v1.2.1