]> granicus.if.org Git - php/commitdiff
Reverting the DEFAULT_SLASH to / as it breaks the FreeBSD derived function of NetWare...
authorAnantha Kesari H Y <hyanantha@php.net>
Thu, 7 Jul 2005 07:12:44 +0000 (07:12 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Thu, 7 Jul 2005 07:12:44 +0000 (07:12 +0000)
-- Kamesh

TSRM/tsrm_virtual_cwd.h

index 7e56c029ef6e2c01f26ebf485b4c30a3e0864aea..57cda13445be2a31776c4d560ceb5e06ea1beb85 100644 (file)
@@ -70,7 +70,7 @@ typedef unsigned short mode_t;
 #include <dirent.h>
 #endif
 
-#define DEFAULT_SLASH '\\'
+#define DEFAULT_SLASH '/'
 #define DEFAULT_DIR_SEPARATOR  ';'
 #define IS_SLASH(c)    ((c) == '/' || (c) == '\\')
 #define IS_SLASH_P(c)  IS_SLASH(*(c))