summaryrefslogtreecommitdiff
path: root/sapi/apache/php_apache_http.h
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-07-15 19:50:07 +0000
committerJani Taskinen <jani@php.net>2007-07-15 19:50:07 +0000
commit41c637584087930656ddb33fa95dc2af8612fceb (patch)
tree728e6aa75351fb4ca4eebc2373ed6eea39b51dfd /sapi/apache/php_apache_http.h
parent15ad001163984715eb6115caa3cceb087441d7fb (diff)
downloadphp-git-41c637584087930656ddb33fa95dc2af8612fceb.tar.gz
- Moved the old regex functions to it's own extension: ereg
Diffstat (limited to 'sapi/apache/php_apache_http.h')
-rw-r--r--sapi/apache/php_apache_http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/php_apache_http.h b/sapi/apache/php_apache_http.h
index de1ad93750..f6049e8f43 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