diff options
Diffstat (limited to 'main')
| -rw-r--r-- | main/config.w32.h | 2 | ||||
| -rw-r--r-- | main/fopen_wrappers.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/main/config.w32.h b/main/config.w32.h index f078785d3d..28ad26099b 100644 --- a/main/config.w32.h +++ b/main/config.w32.h @@ -23,7 +23,7 @@ #define HAVE_WDDX 1 /* should be added to runtime config*/ -#define PHP3_URL_FOPEN 1 +#define PHP_URL_FOPEN 1 #define STDIN_FILENO 0 #define STDOUT_FILENO 1 diff --git a/main/fopen_wrappers.c b/main/fopen_wrappers.c index e80c391d2a..bd3db7c116 100644 --- a/main/fopen_wrappers.c +++ b/main/fopen_wrappers.c @@ -190,7 +190,7 @@ PHPAPI FILE *php_fopen_wrapper(char *path, char *mode, int options, int *issock, /* FIXME Lets not get in the habit of doing stuff like this. This should be runtime enabled, NOT compile time. */ -#if PHP3_URL_FOPEN +#if PHP_URL_FOPEN if (!(options & IGNORE_URL)) { return php_fopen_url_wrapper(path, mode, options, issock, socketd, opened_path); } |
