Deprecated
Table of Contents
InstalledVersions.php
| Line | Element | Reason |
|---|---|---|
| 262 | InstalledVersions::getRawData() | Use getAllRawData() instead which returns all datasets for all autoloaders present in the process. getRawData only returns the first dataset loaded, which may not be what you expect. |
Client.php
| Line | Element | Reason |
|---|---|---|
| 81 | Client::__call() | Client::__call will be removed in guzzlehttp/guzzle:8.0. |
| 205 | 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 |
|---|---|---|
| 28 | CurlFactory::LOW_CURL_VERSION_NUMBER |
Utils.php
| Line | Element | Reason |
|---|---|---|
| 134 | Utils::defaultCaBundle() | Utils::defaultCaBundle will be removed in guzzlehttp/guzzle:8.0. This method is not needed in PHP 5.6+. |
Header.php
| Line | Element | Reason |
|---|---|---|
| 52 | Header::normalize() | Use self::splitList() instead. |
ElasticaFormatter.php
| Line | Element | Reason |
|---|---|---|
| 67 | ElasticaFormatter::getType() | since Elastica 7 type has no effect |
FlowdockFormatter.php
| Line | Element | Reason |
|---|---|---|
| 22 | FlowdockFormatter | Since 2.9.0 and 3.3.0, Flowdock was shutdown we will thus drop this handler in Monolog 4 |
CubeHandler.php
| Line | Element | Reason |
|---|---|---|
| 25 | CubeHandler | Since 2.8.0 and 3.2.0, Cube appears abandoned and thus we will drop this handler in Monolog 4 |
FlowdockHandler.php
| Line | Element | Reason |
|---|---|---|
| 32 | FlowdockHandler | Since 2.9.0 and 3.3.0, Flowdock was shutdown we will thus drop this handler in Monolog 4 |
PHPConsoleHandler.php
| Line | Element | Reason |
|---|---|---|
| 89 | PHPConsoleHandler | Since 2.8.0 and 3.2.0, PHPConsole is abandoned and thus we will drop this handler in Monolog 4 |
Logger.php
| Line | Element | Reason |
|---|---|---|
| 466 | Logger::getLevelName() | Since 3.0, use toMonologLevel or \Monolog\Level->getName() instead |
| 42 | Logger::DEBUG | Use \Monolog\Level::Debug |
| 51 | Logger::INFO | Use \Monolog\Level::Info |
| 58 | Logger::NOTICE | Use \Monolog\Level::Notice |
| 68 | Logger::WARNING | Use \Monolog\Level::Warning |
| 75 | Logger::ERROR | Use \Monolog\Level::Error |
| 84 | Logger::CRITICAL | Use \Monolog\Level::Critical |
| 94 | Logger::ALERT | Use \Monolog\Level::Alert |
| 101 | Logger::EMERGENCY | Use \Monolog\Level::Emergency |
HttplugFactory.php
| Line | Element | Reason |
|---|---|---|
| 28 | HttplugFactory | since version 1.8, use Psr17Factory instead |
HttpClientDiscovery.php
| Line | Element | Reason |
|---|---|---|
| 15 | HttpClientDiscovery | This will be removed in 2.0. Consider using Psr18ClientDiscovery. |
MessageFactoryDiscovery.php
| Line | Element | Reason |
|---|---|---|
| 15 | MessageFactoryDiscovery | This will be removed in 2.0. Consider using Psr17FactoryDiscovery. |
NotFoundException.php
| Line | Element | Reason |
|---|---|---|
| 14 | NotFoundException | since since version 1.0, and will be removed in 2.0. Use instead. |
Psr17FactoryDiscovery.php
| Line | Element | Reason |
|---|---|---|
| 133 | Psr17FactoryDiscovery::findUrlFactory() | This will be removed in 2.0. Consider using the findUriFactory() method. |
StreamFactoryDiscovery.php
| Line | Element | Reason |
|---|---|---|
| 15 | StreamFactoryDiscovery | This will be removed in 2.0. Consider using Psr17FactoryDiscovery. |
UriFactoryDiscovery.php
| Line | Element | Reason |
|---|---|---|
| 15 | UriFactoryDiscovery | This will be removed in 2.0. Consider using Psr17FactoryDiscovery. |
HttpClient.php
| Line | Element | Reason |
|---|---|---|
| 15 | HttpClient | since version 2.4, use Psr\Http\Client\ClientInterface instead; see https://www.php-fig.org/psr/psr-18/ |
Matching.php
| Line | Element | Reason |
|---|---|---|
| 18 | Matching | since since version 1.2, and will be removed in 2.0. Use instead. |
FilteredStream.php
| Line | Element | Reason |
|---|---|---|
| 186 | FilteredStream::getReadFilter() | since version 1.5, will be removed in 2.0 |
| 32 | FilteredStream::$readFilter | since version 1.5, will be removed in 2.0 |
| 203 | FilteredStream::getWriteFilter() | since version 1.5, will be removed in 2.0 |
| 46 | FilteredStream::$writeFilter | since version 1.5, will be removed in 2.0 |
| 39 | FilteredStream::$writeFilterCallback | since version 1.5, will be removed in 2.0 |
Formatter.php
| Line | Element | Reason |
|---|---|---|
| 34 | Formatter::formatResponse() | since 1.13, use formatResponseForRequest() instead Formats a response. |
DiactorosMessageFactory.php
| Line | Element | Reason |
|---|---|---|
| 23 | DiactorosMessageFactory | This will be removed in php-http/message2.0. Consider using the official Diactoros PSR-17 factory |
GuzzleMessageFactory.php
| Line | Element | Reason |
|---|---|---|
| 20 | GuzzleMessageFactory | This will be removed in php-http/message2.0. Consider using the official Guzzle PSR-17 factory |
SlimMessageFactory.php
| Line | Element | Reason |
|---|---|---|
| 23 | SlimMessageFactory | This will be removed in php-http/message2.0. Consider using the official Slim PSR-17 factory |
RegexRequestMatcher.php
| Line | Element | Reason |
|---|---|---|
| 17 | RegexRequestMatcher |
DiactorosStreamFactory.php
| Line | Element | Reason |
|---|---|---|
| 21 | DiactorosStreamFactory | This will be removed in php-http/message2.0. Consider using the official Diactoros PSR-17 factory |
GuzzleStreamFactory.php
| Line | Element | Reason |
|---|---|---|
| 19 | GuzzleStreamFactory | This will be removed in php-http/message2.0. Consider using the official Guzzle PSR-17 factory |
SlimStreamFactory.php
| Line | Element | Reason |
|---|---|---|
| 20 | SlimStreamFactory | This will be removed in php-http/message2.0. Consider using the official Slim PSR-17 factory |
DiactorosUriFactory.php
| Line | Element | Reason |
|---|---|---|
| 21 | DiactorosUriFactory | This will be removed in php-http/message2.0. Consider using the official Diactoros PSR-17 factory |
GuzzleUriFactory.php
| Line | Element | Reason |
|---|---|---|
| 21 | GuzzleUriFactory | This will be removed in php-http/message2.0. Consider using the official Guzzle PSR-17 factory |
SlimUriFactory.php
| Line | Element | Reason |
|---|---|---|
| 20 | SlimUriFactory | This will be removed in php-http/message2.0. Consider using the official Slim PSR-17 factory |
NamingConventions.php
| Line | Element | Reason |
|---|---|---|
| 48 | NamingConventions::AZ_UPPER | |
| 58 | NamingConventions::AZ_LOWER |
ExactMatch.php
| Line | Element | Reason |
|---|---|---|
| 112 | ExactMatch::getBlacklist() | Implement the |
| 125 | ExactMatch::getWhitelist() | Implement the |
GitModified.php
| Line | Element | Reason |
|---|---|---|
| 41 | GitModified::getBlacklist() | Overload the |
| 94 | GitModified::getWhitelist() | Overload the |
GitStaged.php
| Line | Element | Reason |
|---|---|---|
| 43 | GitStaged::getBlacklist() | Overload the |
| 96 | GitStaged::getWhitelist() | Overload the |