Skip to content

TrueAsync PHP 0.6.4 (php8.6)

Choose a tag to compare

@github-actions github-actions released this 25 Mar 15:32
· 33 commits to master since this release

TrueAsync PHP 0.6.4 (php8.6)

PHP with built-in TrueAsync support and Xdebug.

Included extensions

  • async — TrueAsync coroutine engine
  • xdebug — Debugger and profiler

Downloads

  • Release build — for general use
  • Debug build — for PHP/extension development (includes debug symbols and assertions)

Installation

Windows (PowerShell):

irm https://raw.githubusercontent.com/true-async/releases/main/installer/install.ps1 | iex

Verify

php -v
php -m | findstr async

Checksums

See sha256sums.txt for SHA256 checksums of all files.

Full Changelog: v0.6.3...v0.6.4