From 86de7963fe69638431c0aa8f413d25e01bf99d68 Mon Sep 17 00:00:00 2001 From: Tjerk Meesters Date: Thu, 28 Aug 2014 16:41:38 +0800 Subject: Removing ext/ereg and dependencies Affected extensions: - opcache (use pcre) - mbstring (removed ereg functions overloading) - pgsql (use pcre) - reflection (test cases using 'ereg') SAPI: - apache (header only) - apache_hooks (header only) --- sapi/apache/php_apache_http.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sapi/apache/php_apache_http.h') diff --git a/sapi/apache/php_apache_http.h b/sapi/apache/php_apache_http.h index a18e5dbac2..a50306ccd9 100644 --- a/sapi/apache/php_apache_http.h +++ b/sapi/apache/php_apache_http.h @@ -31,7 +31,6 @@ #endif #include "zend.h" -#include "ext/ereg/php_regex.h" #include "php_compat.h" #ifdef HAVE_OPENSSL_EXT -- cgit v1.2.1