We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ee6d3 commit 844c90aCopy full SHA for 844c90a
main/fopen_wrappers.c
@@ -234,8 +234,6 @@ PHPAPI int php_check_safe_mode_include_dir(char *path TSRMLS_DC)
234
char *end;
235
char resolved_name[MAXPATHLEN];
236
237
- php_printf("safe_mode_include_dir check for %s<br>\n",path);
238
-
239
/* Resolve the real path into resolved_name */
240
if (expand_filepath(path, resolved_name TSRMLS_CC) == NULL)
241
return -1;
0 commit comments