Skip to content

Releases: true-async/releases

TrueAsync PHP 0.6.1 (php8.6)

15 Mar 08:34

Choose a tag to compare

TrueAsync PHP 0.6.1 (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.0...v0.6.1

TrueAsync PHP 0.6.0 (php8.6)

13 Mar 21:23

Choose a tag to compare

TrueAsync PHP 0.6.0 (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.0-rc.2...v0.6.0

TrueAsync PHP 0.6.0-rc.2 (php8.6)

13 Mar 18:42

Choose a tag to compare

Pre-release

TrueAsync PHP 0.6.0-rc.2 (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.0-rc.1...v0.6.0-rc.2

TrueAsync PHP 0.6.0-rc.1 (php8.6)

12 Mar 15:23

Choose a tag to compare

Pre-release

TrueAsync PHP 0.6.0-rc.1 (php8.6)

PHP with built-in TrueAsync support and Xdebug.

Warning

This is a Release Candidate. Not recommended for production use.

Known Issue — Zend OPcache: OPcache causes crashes in certain async scenarios. Disable OPcache when using TrueAsync (opcache.enable=0). This issue is under active investigation and will be resolved before the stable release.

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.

What's Changed

New Contributors

Full Changelog: v0.6.0-beta.2...v0.6.0-rc.1

TrueAsync PHP 0.6.0-beta.2 (php8.6)

25 Feb 07:24

Choose a tag to compare

Pre-release

TrueAsync PHP 0.6.0-beta.2 (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.0-alpha.2...v0.6.0-beta.2

TrueAsync PHP 0.6.0-alpha.2 (php8.6)

22 Feb 13:11

Choose a tag to compare

Pre-release

TrueAsync PHP 0.6.0-alpha.2 (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: https://github.com/true-async/releases/commits/v0.6.0-alpha.2