]> granicus.if.org Git - php/commitdiff
Missing word...
authorWez Furlong <wez@php.net>
Sun, 11 Aug 2002 18:51:40 +0000 (18:51 +0000)
committerWez Furlong <wez@php.net>
Sun, 11 Aug 2002 18:51:40 +0000 (18:51 +0000)
ext/standard/http_fopen_wrapper.c

index 0fdd74d8734132efc1cea41586f3c44f03e44061..71989e53bd08148c6538c3b231ad051779e00b25 100644 (file)
@@ -87,7 +87,7 @@ php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, char *path, ch
        size_t chunk_size = 0, file_size = 0;
 
        if (strchr(mode, 'a') || strchr(mode, '+') || strchr(mode, 'w')) {
-               php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "HTTP wrapper does not writeable connections.");
+               php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "HTTP wrapper does not support writeable connections.");
                return NULL;
        }