diff options
| -rw-r--r-- | ext/standard/dir.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/dir.c b/ext/standard/dir.c index c658fe4561..7f46c48705 100644 --- a/ext/standard/dir.c +++ b/ext/standard/dir.c @@ -135,7 +135,6 @@ PHP_MINIT_FUNCTION(dir) REGISTER_LONG_CONSTANT("GLOB_NOSORT", GLOB_NOSORT, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("GLOB_NOMATCH", GLOB_NOMATCH, CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("GLOB_NOESCAPE", GLOB_NOESCAPE, CONST_CS | CONST_PERSISTENT); - REGISTER_LONG_CONSTANT("GLOB_NOSORT", GLOB_NOSORT, CONST_CS | CONST_PERSISTENT); #endif return SUCCESS; |
