From c6f777da1f4723624c4cf168b2d6e54dc26b2b2c Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sat, 1 Sep 2007 17:51:35 +0000 Subject: adapt for PCRE 7.3 remove ability to include config.h from php_pcre.c, as it seems pretty useless and produces a few warnings --- ext/pcre/php_pcre.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext/pcre/php_pcre.c') diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index 22e467e155..9a5b7a7bca 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -18,10 +18,6 @@ /* $Id$ */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #include "php.h" #include "php_ini.h" #include "php_globals.h" -- cgit v1.2.1