summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2003-10-30 09:58:17 +0000
committerAndi Gutmans <andi@php.net>2003-10-30 09:58:17 +0000
commitdb38966aba55438e4fc2cf40e9e6fd1c0b4bc7cc (patch)
treeb828a97b43339e481815c4b35cc26ea33adf0317 /TSRM
parent9e007de0c2ae246da1aec159d3ca0eb2d0dd4b70 (diff)
downloadphp-git-db38966aba55438e4fc2cf40e9e6fd1c0b4bc7cc.tar.gz
- Don't fix include_once() case sensitivity problem for beta 2.
- I suggest discussing to stop supporting win95 and NT 4 in our binary - distributions and change the code to #ifdef.
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/tsrm_virtual_cwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/TSRM/tsrm_virtual_cwd.c b/TSRM/tsrm_virtual_cwd.c
index df6aa2d41f..3dbfbfa7fb 100644
--- a/TSRM/tsrm_virtual_cwd.c
+++ b/TSRM/tsrm_virtual_cwd.c
@@ -332,7 +332,7 @@ CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_path_func
free(tmp);
}
#endif
-#ifdef TSRM_WIN32
+#if 0 && defined(TSRM_WIN32)
{
char *dummy;
char *new_path;