Skip to content

v4.12.0 for PHP8.2

Compare
Choose a tag to compare
@doubaokun doubaokun released this 02 Oct 23:23
· 219 commits to master since this release

. New server option: enable_server_token, disable by default
. Compatible with PHP 8.2 latest changes (PHP-8.2-RC3)
. Fix: ignore user set encoding if it is not supported
. Fix: Remove illegal http header
. Fix convert double sec to long microseconds in hooked usleep by @shandyDev