Browse Source

- Give VIRTUAL_DIR another try after testing it extensively on our web site

PHP-4.0.5
Zeev Suraski 27 years ago
parent
commit
aecae7c3af
  1. 2
      main/php.h

2
main/php.h

@ -291,7 +291,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))
/* #define VIRTUAL_DIR */
#define VIRTUAL_DIR
#include "php_virtual_cwd.h"
/* Virtual current directory support */

Loading…
Cancel
Save