mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
Fixed VIRTUAL_DIR inconsistency
This commit is contained in:
parent
df23e559b5
commit
9a06a517d6
2 changed files with 6 additions and 4 deletions
|
@ -37,8 +37,14 @@
|
|||
#include <stdarg.h>
|
||||
#endif
|
||||
|
||||
#ifdef ZTS
|
||||
#define VIRTUAL_DIR
|
||||
#endif
|
||||
|
||||
#ifndef TSRM_WIN32
|
||||
#include <unistd.h>
|
||||
#else
|
||||
#include <direct.h>
|
||||
#endif
|
||||
|
||||
#if defined(__osf__) || defined(_AIX)
|
||||
|
|
|
@ -380,10 +380,6 @@ END_EXTERN_C()
|
|||
#include "main/php_output.h"
|
||||
|
||||
|
||||
#ifdef ZTS
|
||||
#define VIRTUAL_DIR
|
||||
#endif
|
||||
|
||||
#include "php_streams.h"
|
||||
#include "php_memory_streams.h"
|
||||
#include "fopen_wrappers.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue