summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2014-09-11 11:06:57 +0400
committerDmitry Stogov <dmitry@zend.com>2014-09-11 11:06:57 +0400
commit1981dd9c73ada7ea893b4636b84211f68838ba23 (patch)
tree10685f35448e5afd4b970ccebf5fa9ce01953e48 /sapi
parent98b8050433d25cc9c173360e01272836acd7307f (diff)
downloadphp-git-1981dd9c73ada7ea893b4636b84211f68838ba23.tar.gz
Revert "Removing ext/ereg and dependencies"
This reverts commit 86de7963fe69638431c0aa8f413d25e01bf99d68.
Diffstat (limited to 'sapi')
-rw-r--r--sapi/apache/php_apache_http.h1
-rw-r--r--sapi/apache_hooks/php_apache_http.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/sapi/apache/php_apache_http.h b/sapi/apache/php_apache_http.h
index a50306ccd9..a18e5dbac2 100644
--- a/sapi/apache/php_apache_http.h
+++ b/sapi/apache/php_apache_http.h
@@ -31,6 +31,7 @@
#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 e381a25cce..23cf7fea69 100644
--- a/sapi/apache_hooks/php_apache_http.h
+++ b/sapi/apache_hooks/php_apache_http.h
@@ -11,6 +11,7 @@
#include "zend.h"
#include "zend_stack.h"
+#include "ext/ereg/php_regex.h"
#include "httpd.h"
#include "http_config.h"