File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to the Async extension for PHP will be documented in this fi
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 0.5.0] - 2025-12-31
8+ ## [ 0.5.0] - 2025-12-24
99
1010### Added
1111- ** Fiber Support** : Full integration of PHP Fibers with TrueAsync coroutine system
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ PHP_ASYNC_API extern zend_class_entry *async_ce_awaitable;
4242PHP_ASYNC_API extern zend_class_entry * async_ce_timeout ;
4343
4444#define PHP_ASYNC_NAME "true_async"
45- #define PHP_ASYNC_VERSION "0.4 .0"
46- #define PHP_ASYNC_NAME_VERSION "true async v0.4 .0"
45+ #define PHP_ASYNC_VERSION "0.5 .0"
46+ #define PHP_ASYNC_NAME_VERSION "true async v0.5 .0"
4747
4848#define REACTOR_CHECK_INTERVAL (100 * 1000000) // ms in nanoseconds
4949
You can’t perform that action at this time.
0 commit comments