mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +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:
parent
9e007de0c2
commit
db38966aba
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ CWD_API int virtual_file_ex(cwd_state *state, const char *path, verify_path_func
|
||||||
free(tmp);
|
free(tmp);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#ifdef TSRM_WIN32
|
#if 0 && defined(TSRM_WIN32)
|
||||||
{
|
{
|
||||||
char *dummy;
|
char *dummy;
|
||||||
char *new_path;
|
char *new_path;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue