mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Never mind. Seems like we're still missing the open() functionality
This commit is contained in:
parent
aecae7c3af
commit
1a8683f976
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue