diff options
author | Jani Taskinen <jani@php.net> | 2007-10-05 15:00:09 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2007-10-05 15:00:09 +0000 |
commit | aa3eee1dce8c4391051a7f290057403e9c261bf4 (patch) | |
tree | 912a1cecd18ff15a953a394a686fccad26df404a /sapi | |
parent | 3a5817e972462ee051447af9c97b1c0611bad9b3 (diff) | |
download | php-git-aa3eee1dce8c4391051a7f290057403e9c261bf4.tar.gz |
MFH:- Moved the old regex functions to own extension: ereg
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/apache/php_apache_http.h | 2 | ||||
-rw-r--r-- | sapi/apache_hooks/php_apache_http.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sapi/apache/php_apache_http.h b/sapi/apache/php_apache_http.h index 8f144090a9..b6cb50e284 100644 --- a/sapi/apache/php_apache_http.h +++ b/sapi/apache/php_apache_http.h @@ -31,7 +31,7 @@ #endif #include "zend.h" -#include "php_regex.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 2a030482f6..23cf7fea69 100644 --- a/sapi/apache_hooks/php_apache_http.h +++ b/sapi/apache_hooks/php_apache_http.h @@ -11,7 +11,7 @@ #include "zend.h" #include "zend_stack.h" -#include "php_regex.h" +#include "ext/ereg/php_regex.h" #include "httpd.h" #include "http_config.h" |