diff options
author | Nuno Lopes <nlopess@php.net> | 2007-09-01 17:51:35 +0000 |
---|---|---|
committer | Nuno Lopes <nlopess@php.net> | 2007-09-01 17:51:35 +0000 |
commit | c6f777da1f4723624c4cf168b2d6e54dc26b2b2c (patch) | |
tree | ff3a2d489516038378842eedd3fbbdc2ac3bf0c8 /ext/pcre/php_pcre.c | |
parent | 3edd2a69f27242b50b7afb46dd9220da46820178 (diff) | |
download | php-git-c6f777da1f4723624c4cf168b2d6e54dc26b2b2c.tar.gz |
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
Diffstat (limited to 'ext/pcre/php_pcre.c')
-rw-r--r-- | ext/pcre/php_pcre.c | 4 |
1 files changed, 0 insertions, 4 deletions
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" |