mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed VIRTUAL_DIR inconsistency
This commit is contained in:
parent
a5107c1803
commit
75876d57be
2 changed files with 6 additions and 4 deletions
|
@ -398,10 +398,6 @@ END_EXTERN_C()
|
|||
|
||||
#define PUTC_H(c) (php_header_write(&(c), 1 TSRMLS_CC), (c))
|
||||
|
||||
#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