From dcc51c19772787abdbd1681926be52dedf410d90 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 1 May 2006 15:59:56 +0000 Subject: [PATCH] - WS --- ext/standard/php_fopen_wrapper.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ext/standard/php_fopen_wrapper.c b/ext/standard/php_fopen_wrapper.c index e2dd40009b..5a39fb7337 100644 --- a/ext/standard/php_fopen_wrapper.c +++ b/ext/standard/php_fopen_wrapper.c @@ -160,8 +160,9 @@ php_stream * php_stream_url_wrap_php(php_stream_wrapper *wrapper, char *path, ch char *p, *token, *pathdup; long max_memory; - if (!strncasecmp(path, "php://", 6)) + if (!strncasecmp(path, "php://", 6)) { path += 6; + } if (!strncasecmp(path, "temp", 4)) { path += 4; -- 2.50.1