mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Make all CVS users use the new virtual dir support.
Will probably disable this for the release.
This commit is contained in:
parent
85e9d69f23
commit
95f45d6c50
1 changed files with 0 additions and 2 deletions
|
@ -284,9 +284,7 @@ PHPAPI int cfg_get_string(char *varname, char **result);
|
|||
#define PUTS_H(str) php_header_write((str), strlen((str)))
|
||||
#define PUTC_H(c) (php_header_write(&(c), 1), (c))
|
||||
|
||||
#ifdef ZTS
|
||||
#define VIRTUAL_DIR
|
||||
#endif
|
||||
|
||||
/* Virtual current directory support */
|
||||
#ifdef VIRTUAL_DIR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue