From: Yasuo Ohgaki Date: Thu, 26 Sep 2002 07:55:59 +0000 (+0000) Subject: Remove dup X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d87babada966a11b9444ee58cfc9be801a31b99;p=php Remove dup --- 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;