diff options
author | Jani Taskinen <jani@php.net> | 2007-07-15 19:50:07 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2007-07-15 19:50:07 +0000 |
commit | 41c637584087930656ddb33fa95dc2af8612fceb (patch) | |
tree | 728e6aa75351fb4ca4eebc2373ed6eea39b51dfd /main/internal_functions_win32.c | |
parent | 15ad001163984715eb6115caa3cceb087441d7fb (diff) | |
download | php-git-41c637584087930656ddb33fa95dc2af8612fceb.tar.gz |
- Moved the old regex functions to it's own extension: ereg
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r-- | main/internal_functions_win32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index 4c4aca9e6b..691363f698 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -60,7 +60,6 @@ #if HAVE_FTP #include "ext/ftp/php_ftp.h" #endif -#include "ext/standard/reg.h" #if HAVE_PCRE || HAVE_BUNDLED_PCRE #include "ext/pcre/php_pcre.h" #endif |