From: foobar Date: Fri, 15 Nov 2002 07:21:33 +0000 (+0000) Subject: ws fix X-Git-Tag: BEFORE_RENAMING~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dadfd6e94a08a27074dfe509e134c773e887089d;p=php ws fix --- diff --git a/ext/standard/dir.c b/ext/standard/dir.c index d0e8c042b5..73374d0434 100644 --- a/ext/standard/dir.c +++ b/ext/standard/dir.c @@ -131,8 +131,8 @@ PHP_MINIT_FUNCTION(dir) dirsep_str[0] = DEFAULT_SLASH; dirsep_str[1] = '\0'; REGISTER_STRING_CONSTANT("DIRECTORY_SEPARATOR", dirsep_str, CONST_CS|CONST_PERSISTENT); - pathsep_str[0] = ZEND_PATHS_SEPARATOR; - pathsep_str[1] = '\0'; + pathsep_str[0] = ZEND_PATHS_SEPARATOR; + pathsep_str[1] = '\0'; REGISTER_STRING_CONSTANT("PATH_SEPARATOR", pathsep_str, CONST_CS|CONST_PERSISTENT); #ifdef HAVE_GLOB