Skip to content

Commit 2d9c29a

Browse files
author
Andi Gutmans
committed
- Nuke fprintf()
1 parent 4b54140 commit 2d9c29a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main/fopen_wrappers.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,6 @@ PHPAPI FILE *php_fopen_with_path(char *filename, char *mode, char *path, char **
463463
pathbuf[exec_fname_len] = DEFAULT_SLASH;
464464
memcpy(&pathbuf[exec_fname_len+1], filename, filename_length+1);
465465

466-
fprintf(stderr,"Trying to open %s\n", pathbuf);
467-
468466
if (PG(safe_mode)) {
469467
if (VCWD_STAT(pathbuf, &sb) == 0 && (!php_checkuid(pathbuf, mode, CHECKUID_CHECK_MODE_PARAM))) {
470468
efree(pathbuf);

0 commit comments

Comments
 (0)