diff options
| author | Zeev Suraski <zeev@php.net> | 2000-04-29 17:57:47 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2000-04-29 17:57:47 +0000 |
| commit | 1a8683f976e2c44d4aacc316b0a9ba3bdf0e5d22 (patch) | |
| tree | 6401632d272b4a14d6fcf62d111f71dfb95de696 /main/php.h | |
| parent | aecae7c3af8c75441e93d086f2f863bd851d3506 (diff) | |
| download | php-git-1a8683f976e2c44d4aacc316b0a9ba3bdf0e5d22.tar.gz | |
- Never mind. Seems like we're still missing the open() functionality
Diffstat (limited to 'main/php.h')
| -rw-r--r-- | main/php.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h index 11ae1227d9..326bbfc7e8 100644 --- a/main/php.h +++ b/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 */ |
