mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +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>
|
#include <stdarg.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef ZTS
|
||||||
|
#define VIRTUAL_DIR
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef TSRM_WIN32
|
#ifndef TSRM_WIN32
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
#else
|
||||||
|
#include <direct.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__osf__) || defined(_AIX)
|
#if defined(__osf__) || defined(_AIX)
|
||||||
|
|
|
@ -380,10 +380,6 @@ END_EXTERN_C()
|
||||||
#include "main/php_output.h"
|
#include "main/php_output.h"
|
||||||
|
|
||||||
|
|
||||||
#ifdef ZTS
|
|
||||||
#define VIRTUAL_DIR
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "php_streams.h"
|
#include "php_streams.h"
|
||||||
#include "php_memory_streams.h"
|
#include "php_memory_streams.h"
|
||||||
#include "fopen_wrappers.h"
|
#include "fopen_wrappers.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue