Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 01 Apr 00:53

Windows Support

Pre-built Windows DLLs are now included in releases for PHP 8.2, 8.3, 8.4, and 8.5.

What's New

  • Windows build support — Added abi_vectorcall feature flag and restored Windows build in the release pipeline using Rust nightly. Thanks to @ptondereau (ext-php-rs maintainer) for the fix. Closes #1.
  • Updated platform table — Windows x86_64 NTS added to supported platforms in README.

What's Changed Since v0.2.0

  • Added #![cfg_attr(windows, feature(abi_vectorcall))] to src/lib.rs
  • Restored build-windows job in release workflow (nightly + rustfmt)
  • Updated README with Windows in supported platforms

Full Changelog: v0.2.0...v0.2.1