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

index 244ffa1b6f75395783f5bf5e64d18948c527ade3..c4f08dfd5e3f639c131a4217b1c39a5f512f48ca 100644 (file)
@@ -400,7 +400,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;
        }