Skip to content

1.3.0

Compare
Choose a tag to compare
@Seldaek Seldaek released this 17 Feb 20:39
· 22 commits to main since this release
7904836
  • 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)