| Server IP : 192.241.186.36 / Your IP : 216.73.216.164 Web Server : Apache/2.4.29 (Ubuntu) System : Linux webserver7 4.15.0-194-generic #205-Ubuntu SMP Fri Sep 16 19:49:27 UTC 2022 x86_64 User : root ( 0) PHP Version : 7.4.32 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/phpMyAdmin/vendor/fig/http-message-util/ |
Upload File : |
# Changelog All notable changes to this project will be documented in this file, in reverse chronological order by release. ## 1.1.5 - 2020-11-24 ### Added - [#19](https://github.com/php-fig/http-message-util/pull/19) adds support for PHP 8. ### Changed - Nothing. ### Deprecated - Nothing. ### Removed - Nothing. ### Fixed - Nothing. ## 1.1.4 - 2020-02-05 ### Added - Nothing. ### Changed - Nothing. ### Deprecated - Nothing. ### Removed - [#15](https://github.com/php-fig/http-message-util/pull/15) removes the dependency on psr/http-message, as it is not technically necessary for usage of this package. ### Fixed - Nothing. ## 1.1.3 - 2018-11-19 ### Added - [#10](https://github.com/php-fig/http-message-util/pull/10) adds the constants `StatusCodeInterface::STATUS_EARLY_HINTS` (103) and `StatusCodeInterface::STATUS_TOO_EARLY` (425). ### Changed - Nothing. ### Deprecated - Nothing. ### Removed - Nothing. ### Fixed - Nothing. ## 1.1.2 - 2017-02-09 ### Added - [#4](https://github.com/php-fig/http-message-util/pull/4) adds the constant `StatusCodeInterface::STATUS_MISDIRECTED_REQUEST` (421). ### Deprecated - Nothing. ### Removed - Nothing. ### Fixed - Nothing. ## 1.1.1 - 2017-02-06 ### Added - [#3](https://github.com/php-fig/http-message-util/pull/3) adds the constant `StatusCodeInterface::STATUS_IM_A_TEAPOT` (418). ### Deprecated - Nothing. ### Removed - Nothing. ### Fixed - Nothing. ## 1.1.0 - 2016-09-19 ### Added - [#1](https://github.com/php-fig/http-message-util/pull/1) adds `Fig\Http\Message\StatusCodeInterface`, with constants named after common status reason phrases, with values indicating the status codes themselves. ### Deprecated - Nothing. ### Removed - Nothing. ### Fixed - Nothing. ## 1.0.0 - 2017-08-05 ### Added - Adds `Fig\Http\Message\RequestMethodInterface`, with constants covering the most common HTTP request methods as specified by the IETF. ### Deprecated - Nothing. ### Removed - Nothing. ### Fixed - Nothing.