mirror of
https://github.com/php/php-src.git
synced 2025-08-19 17:04:47 +02:00
- Moved the old regex functions to it's own extension: ereg
This commit is contained in:
parent
15ad001163
commit
41c6375840
68 changed files with 229 additions and 7538 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue