]> granicus.if.org Git - php/commitdiff
- Don't fix include_once() case sensitivity problem for beta 2.
authorAndi Gutmans <andi@php.net>
Thu, 30 Oct 2003 09:58:17 +0000 (09:58 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 30 Oct 2003 09:58:17 +0000 (09:58 +0000)
- I suggest discussing to stop supporting win95 and NT 4 in our binary
- distributions and change the code to #ifdef.

TSRM/tsrm_virtual_cwd.c

index df6aa2d41fb20c213a65a5007681cd4a392cdad0..3dbfbfa7fb6a335bc5beb437ec980ecc06654f07 100644 (file)
@@ -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;