Skip to content

2.2.12

Choose a tag to compare

@phpstan-bot phpstan-bot released this 31 Aug 19:12
· 68 commits to 2.2.x since this release
Immutable release. Only release title and notes can be modified.
174b0d8

Improvements 🔧

  • Cap the detected CPU core count by the cgroup CPU quota (#6317)
  • Implement worker auto-scaler (#6256), thanks @AJenbo!

Bugfixes 🐛

  • Look up the stub PHPDoc of a class only when it is read (#6316), #15120
  • Export PHPDoc name scopes without resolving @template bounds (#6316)
  • Read property virtuality off the native reflection when exporting nodes (#6316)
  • Keep the turbo code that runs before the Composer autoloader polyfill-free (#6319), #15137
  • End forked workers with _exit() instead of PHP's full teardown (#6320), #15138, #15142

Performance 🏎️