Fixed VIRTUAL_DIR inconsistency

This commit is contained in:
Dmitry Stogov 2006-09-04 08:18:15 +00:00
parent a5107c1803
commit 75876d57be
2 changed files with 6 additions and 4 deletions

View file

@ -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"