sniper Fri Nov 15 02:21:33 2002 EDT Modified files: /php4/ext/standard dir.c Log: ws fix Index: php4/ext/standard/dir.c diff -u php4/ext/standard/dir.c:1.110 php4/ext/standard/dir.c:1.111 --- php4/ext/standard/dir.c:1.110 Thu Nov 14 17:50:01 2002 +++ php4/ext/standard/dir.c Fri Nov 15 02:21:33 2002 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: dir.c,v 1.110 2002/11/14 22:50:01 ssb Exp $ */ +/* $Id: dir.c,v 1.111 2002/11/15 07:21:33 sniper Exp $ */ /* {{{ includes/startup/misc */ @@ -131,8 +131,8 @@ 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php