summaryrefslogtreecommitdiff
path: root/main/php.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 /main/php.h
parent15ad001163984715eb6115caa3cceb087441d7fb (diff)
downloadphp-git-41c637584087930656ddb33fa95dc2af8612fceb.tar.gz
- Moved the old regex functions to it's own extension: ereg
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/main/php.h b/main/php.h
index f93a74e9e9..746fa1c815 100644
--- a/main/php.h
+++ b/main/php.h
@@ -71,8 +71,6 @@
#define PHP_OS PHP_UNAME
#endif
-#include "php_regex.h"
-
#if HAVE_ASSERT_H
#if PHP_DEBUG
#undef NDEBUG
@@ -193,10 +191,6 @@ typedef zval pval;
char *strerror(int);
#endif
-#if (REGEX == 1 || REGEX == 0) && !defined(NO_REGEX_EXTRA_H)
-#include "regex/regex_extra.h"
-#endif
-
#if HAVE_PWD_H
# ifdef PHP_WIN32
#include "win32/param.h"