You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Dropped support for PHP <7.1 which allows dropping ticks for performance reasons (#6, #7)
If you used declare(ticks = 1); previously you should now be able to remove it from your code.
Added support for CTRL+C / CTRL+BREAK (both handled as SIGINT) on Windows on PHP 7.4+ (#7)