diff options
author | Tjerk Meesters <datibbaw@php.net> | 2014-08-28 16:41:38 +0800 |
---|---|---|
committer | Tjerk Meesters <datibbaw@php.net> | 2014-09-11 10:22:44 +0800 |
commit | 86de7963fe69638431c0aa8f413d25e01bf99d68 (patch) | |
tree | 4560e915002400c61de33493fc1c06705e046679 /sapi | |
parent | e699f654f0c4b00fd4e915829842c43aa9c6f7b9 (diff) | |
download | php-git-86de7963fe69638431c0aa8f413d25e01bf99d68.tar.gz |
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)
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/apache/php_apache_http.h | 1 | ||||
-rw-r--r-- | sapi/apache_hooks/php_apache_http.h | 1 |
2 files changed, 0 insertions, 2 deletions
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 diff --git a/sapi/apache_hooks/php_apache_http.h b/sapi/apache_hooks/php_apache_http.h index 23cf7fea69..e381a25cce 100644 --- a/sapi/apache_hooks/php_apache_http.h +++ b/sapi/apache_hooks/php_apache_http.h @@ -11,7 +11,6 @@ #include "zend.h" #include "zend_stack.h" -#include "ext/ereg/php_regex.h" #include "httpd.h" #include "http_config.h" |