mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
- 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.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user