MFH:- Moved the old regex functions to own extension: ereg

This commit is contained in:
Jani Taskinen 2007-10-05 15:00:09 +00:00
parent 3a5817e972
commit aa3eee1dce
64 changed files with 228 additions and 222 deletions

View file

@ -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"