From 73d605c02f6dcd5eca72592a750212be1f92f4f4 Mon Sep 17 00:00:00 2001 From: Xenira <1288524+Xenira@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:36:44 +0200 Subject: [PATCH] chore(ext-php-rs): release v0.15.9 --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 371631d6f..0babf21f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ ## Unreleased +## [0.15.9](https://github.com/extphprs/ext-php-rs/compare/ext-php-rs-v0.15.8...ext-php-rs-v0.15.9) - 2026-04-13 + +### Added +- *(embed)* Add Sapi trait, PhpThreadGuard and worker-mode lifecycle ([#712](https://github.com/extphprs/ext-php-rs/pull/712)) (by @ptondereau) [[#712](https://github.com/extphprs/ext-php-rs/issues/712)] +- *(zend)* Add ModuleGlobals for per-extension global state ([#715](https://github.com/extphprs/ext-php-rs/pull/715)) (by @ptondereau) [[#715](https://github.com/extphprs/ext-php-rs/issues/715)] + +### Fixed +- *(embed)* Add null pointer guards to SAPI trampolines ([#714](https://github.com/extphprs/ext-php-rs/pull/714)) (by @ptondereau) [[#714](https://github.com/extphprs/ext-php-rs/issues/714)] +- Windows builds ([#717](https://github.com/extphprs/ext-php-rs/pull/717)) (by @tob-scott-a) [[#717](https://github.com/extphprs/ext-php-rs/issues/717)] + +### Other +- *(deps)* Bump actions/github-script from 8 to 9 ([#719](https://github.com/extphprs/ext-php-rs/pull/719)) (by @dependabot[bot]) [[#719](https://github.com/extphprs/ext-php-rs/issues/719)] +- *(deps)* Bump dawidd6/action-download-artifact from 19 to 20 ([#716](https://github.com/extphprs/ext-php-rs/pull/716)) (by @dependabot[bot]) [[#716](https://github.com/extphprs/ext-php-rs/issues/716)] ## [0.15.8](https://github.com/extphprs/ext-php-rs/compare/ext-php-rs-v0.15.7...ext-php-rs-v0.15.8) - 2026-03-30 ### Added diff --git a/Cargo.toml b/Cargo.toml index 1a1e82eca..7439f4277 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/extphprs/ext-php-rs" homepage = "https://ext-php.rs" license = "MIT OR Apache-2.0" keywords = ["php", "ffi", "zend"] -version = "0.15.8" +version = "0.15.9" authors = [ "Pierre Tondereau ", "Xenira ",