Guzzle 7.4.2

Deprecated

Table of Contents

Client.php
ClientInterface.php
functions.php
Handler/CurlFactory.php
Utils.php

Client.php

Line Element Reason
81 Client::__call()

Client::__call will be removed in guzzlehttp/guzzle:8.0.

203 Client::getConfig()

Client::getConfig will be removed in guzzlehttp/guzzle:8.0.

ClientInterface.php

Line Element Reason
83 ClientInterface::getConfig()

ClientInterface::getConfig will be removed in guzzlehttp/guzzle:8.0.

functions.php

Line Element Reason
16 describe_type()

describe_type will be removed in guzzlehttp/guzzle:8.0. Use Utils::describeType instead.

29 headers_from_lines()

headers_from_lines will be removed in guzzlehttp/guzzle:8.0. Use Utils::headersFromLines instead.

43 debug_resource()

debug_resource will be removed in guzzlehttp/guzzle:8.0. Use Utils::debugResource instead.

59 choose_handler()

choose_handler will be removed in guzzlehttp/guzzle:8.0. Use Utils::chooseHandler instead.

69 default_user_agent()

default_user_agent will be removed in guzzlehttp/guzzle:8.0. Use Utils::defaultUserAgent instead.

89 default_ca_bundle()

default_ca_bundle will be removed in guzzlehttp/guzzle:8.0. This function is not needed in PHP 5.6+.

100 normalize_header_keys()

normalize_header_keys will be removed in guzzlehttp/guzzle:8.0. Use Utils::normalizeHeaderKeys instead.

126 is_host_in_noproxy()

is_host_in_noproxy will be removed in guzzlehttp/guzzle:8.0. Use Utils::isHostInNoProxy instead.

147 json_decode()

json_decode will be removed in guzzlehttp/guzzle:8.0. Use Utils::jsonDecode instead.

164 json_encode()

json_encode will be removed in guzzlehttp/guzzle:8.0. Use Utils::jsonEncode instead.

CurlFactory.php

Line Element Reason
27 CurlFactory::LOW_CURL_VERSION_NUMBER

Utils.php

Line Element Reason
131 Utils::defaultCaBundle()

Utils::defaultCaBundle will be removed in guzzlehttp/guzzle:8.0. This method is not needed in PHP 5.6+.

Search results