From: Wez Furlong Date: Thu, 13 Feb 2003 14:43:19 +0000 (+0000) Subject: MFH: clarify error message X-Git-Tag: php-4.3.2RC1~232 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f8da6f3b3152d011b771382db86582f82e6edcc;p=php MFH: clarify error message --- diff --git a/main/streams.c b/main/streams.c index 6e5428a41f..484e8e4de8 100755 --- a/main/streams.c +++ b/main/streams.c @@ -2434,7 +2434,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