]> granicus.if.org Git - php/commitdiff
typofix
authorfoobar <sniper@php.net>
Thu, 26 Feb 2004 00:13:02 +0000 (00:13 +0000)
committerfoobar <sniper@php.net>
Thu, 26 Feb 2004 00:13:02 +0000 (00:13 +0000)
ext/standard/http_fopen_wrapper.c

index b72ae9693b80ffca63c9ba92a271975052b1a3f1..921f2647f2058ff4c74911c8dad3f77e0593af33 100644 (file)
@@ -388,7 +388,7 @@ php_stream *php_stream_url_wrap_http_ex(php_stream_wrapper *wrapper, char *path,
                        zend_hash_next_index_insert(Z_ARRVAL_PP(response_header), &http_response, sizeof(zval *), NULL);
                }
        } else {
-               php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "HTTP request failed, unexpected end of socket.!");
+               php_stream_wrapper_log_error(wrapper, options TSRMLS_CC, "HTTP request failed, unexpected end of socket!");
                goto out;
        }