diff options
-rw-r--r-- | main/fopen_wrappers.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/fopen_wrappers.c b/main/fopen_wrappers.c index a810d75243..34983b936b 100644 --- a/main/fopen_wrappers.c +++ b/main/fopen_wrappers.c @@ -463,8 +463,6 @@ PHPAPI FILE *php_fopen_with_path(char *filename, char *mode, char *path, char ** pathbuf[exec_fname_len] = DEFAULT_SLASH; memcpy(&pathbuf[exec_fname_len+1], filename, filename_length+1); - fprintf(stderr,"Trying to open %s\n", pathbuf); - if (PG(safe_mode)) { if (VCWD_STAT(pathbuf, &sb) == 0 && (!php_checkuid(pathbuf, mode, CHECKUID_CHECK_MODE_PARAM))) { efree(pathbuf); |