v0.2.1
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_vectorcallfeature 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))]tosrc/lib.rs - Restored
build-windowsjob in release workflow (nightly + rustfmt) - Updated README with Windows in supported platforms
Full Changelog: v0.2.0...v0.2.1