From: Wez Furlong Date: Thu, 13 Feb 2003 14:52:54 +0000 (+0000) Subject: Clarify error message. X-Git-Tag: RELEASE_0_5~1050 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2953892df3b8339a1ca45397cdf5ae4d557bf4f4;p=php Clarify error message. --- diff --git a/main/streams.c b/main/streams.c index 2827774213..9d63f2aa34 100755 --- a/main/streams.c +++ b/main/streams.c @@ -2553,7 +2553,7 @@ PHPAPI php_stream *_php_stream_open_wrapper_ex(char *path, char *mode, int optio } if (stream == NULL && (options & REPORT_ERRORS)) { - display_wrapper_errors(wrapper, path, "failed to create stream" TSRMLS_CC); + display_wrapper_errors(wrapper, path, "failed to open stream" TSRMLS_CC); } tidy_wrapper_error_log(wrapper TSRMLS_CC); #if ZEND_DEBUG