diff options
| author | Wez Furlong <wez@php.net> | 2003-02-13 14:52:54 +0000 |
|---|---|---|
| committer | Wez Furlong <wez@php.net> | 2003-02-13 14:52:54 +0000 |
| commit | 2953892df3b8339a1ca45397cdf5ae4d557bf4f4 (patch) | |
| tree | 21b4e0f9d795a42af33042f1b8e46ef817407a65 | |
| parent | ab4bbd51ff0d1eba005b7b20f0ccc3b8ba4ea4a6 (diff) | |
| download | php-git-2953892df3b8339a1ca45397cdf5ae4d557bf4f4.tar.gz | |
Clarify error message.
| -rwxr-xr-x | main/streams.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
