Rss-Bridge/lib
logmanoriginal 99e7e7876e exception: Use built-in HTTP response codes
PHP >= 5.4 provides a built-in function to generate valid HTTP
error header including the error description: http_response_code()

See: http://php.net/manual/en/function.http-response-code.php
See also: https://stackoverflow.com/a/12018482

This commit removes the '\Http' utility class and replaces all
calls to 'Http::getMessageForCode()' by 'http_response_code()'
2017-08-06 12:55:11 +02:00
..
Bridge.php [Bridge] Remove superfuous variables and statements 2017-08-06 00:04:07 +02:00
BridgeAbstract.php [phpcs] Add missing rules 2017-07-29 19:55:12 +02:00
BridgeInterface.php core: Use methods to access bridge information 2017-02-15 19:38:32 +01:00
Cache.php [phpcs] Add missing rules 2017-07-29 19:55:12 +02:00
CacheInterface.php [cache] Specify cache duration for 'purgeCache' 2016-10-08 16:18:10 +02:00
contents.php [phpcs] Add missing rules 2017-07-29 19:55:12 +02:00
error.php [core] Fix typos 2016-11-09 19:10:40 +01:00
Exceptions.php exception: Use built-in HTTP response codes 2017-08-06 12:55:11 +02:00
FeedExpander.php [phpcs] Add missing rules 2017-07-29 19:55:12 +02:00
Format.php [phpcs] Add missing rules 2017-07-29 19:55:12 +02:00
FormatAbstract.php [phpcs] Add missing rules 2017-07-29 19:55:12 +02:00
FormatInterface.php [FormatInterface] Add missing public functions 2016-11-09 18:41:24 +01:00
html.php [phpcs] Add missing rules 2017-07-29 19:55:12 +02:00
RssBridge.php [phpcs] Add missing rules 2017-07-29 19:55:12 +02:00
validation.php [phpcs] Add missing rules 2017-07-29 19:55:12 +02:00