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 /main/php.h | |
parent | 3a5817e972462ee051447af9c97b1c0611bad9b3 (diff) | |
download | php-git-aa3eee1dce8c4391051a7f290057403e9c261bf4.tar.gz |
MFH:- Moved the old regex functions to own extension: ereg
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/main/php.h b/main/php.h index c8da102584..f56fc17613 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 unsigned int socklen_t; 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" |