File tree Expand file tree Collapse file tree 4 files changed +19
-2
lines changed
Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## [ 0.15.7] ( https://github.com/extphprs/ext-php-rs/compare/ext-php-rs-v0.15.6...ext-php-rs-v0.15.7 ) - 2026-02-12
6+
7+ ### Added
8+ - * (stubs)* Proper phpdoc-style comments in stubs #369 ([ #676 ] ( https://github.com/extphprs/ext-php-rs/pull/676 ) ) (by @kakserpom ) [[ #369 ] ( https://github.com/extphprs/ext-php-rs/issues/369 )] [[ #676 ] ( https://github.com/extphprs/ext-php-rs/issues/676 )]
9+ - Eval PHP code from files ([ #671 ] ( https://github.com/extphprs/ext-php-rs/pull/671 ) ) (by @ptondereau ) [[ #671 ] ( https://github.com/extphprs/ext-php-rs/issues/671 )]
10+
11+ ### Other
12+ - * (cargo-php)* Add tests and generate deterministic output ([ #677 ] ( https://github.com/extphprs/ext-php-rs/pull/677 ) ) (by @ptondereau ) [[ #677 ] ( https://github.com/extphprs/ext-php-rs/issues/677 )]
13+ - * (tests)* Test to close #176 ([ #675 ] ( https://github.com/extphprs/ext-php-rs/pull/675 ) ) (by @kakserpom ) [[ #176 ] ( https://github.com/extphprs/ext-php-rs/issues/176 )] [[ #675 ] ( https://github.com/extphprs/ext-php-rs/issues/675 )]
514## [ 0.15.6] ( https://github.com/extphprs/ext-php-rs/compare/ext-php-rs-v0.15.5...ext-php-rs-v0.15.6 ) - 2026-02-05
615
716### Added
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ repository = "https://github.com/extphprs/ext-php-rs"
55homepage = " https://ext-php.rs"
66license = " MIT OR Apache-2.0"
77keywords = [" php" , " ffi" , " zend" ]
8- version = " 0.15.6 "
8+ version = " 0.15.7 "
99authors = [
1010 " Pierre Tondereau <pierre.tondereau@protonmail.com>" ,
1111 " Xenira <xenira@php.rs>" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.1.18] ( https://github.com/extphprs/ext-php-rs/compare/cargo-php-v0.1.17...cargo-php-v0.1.18 ) - 2026-02-12
4+
5+ ### Added
6+ - * (stubs)* Proper phpdoc-style comments in stubs #369 ([ #676 ] ( https://github.com/extphprs/ext-php-rs/pull/676 ) ) (by @kakserpom ) [[ #369 ] ( https://github.com/extphprs/ext-php-rs/issues/369 )] [[ #676 ] ( https://github.com/extphprs/ext-php-rs/issues/676 )]
7+ - Eval PHP code from files ([ #671 ] ( https://github.com/extphprs/ext-php-rs/pull/671 ) ) (by @ptondereau ) [[ #671 ] ( https://github.com/extphprs/ext-php-rs/issues/671 )]
8+
9+ ### Other
10+ - * (cargo-php)* Add tests and generate deterministic output ([ #677 ] ( https://github.com/extphprs/ext-php-rs/pull/677 ) ) (by @ptondereau ) [[ #677 ] ( https://github.com/extphprs/ext-php-rs/issues/677 )]
311## [ 0.1.17] ( https://github.com/extphprs/ext-php-rs/compare/cargo-php-v0.1.16...cargo-php-v0.1.17 ) - 2026-02-05
412
513### Fixed
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ repository = "https://github.com/extphprs/ext-php-rs"
55homepage = " https://ext-php.rs"
66license = " MIT OR Apache-2.0"
77keywords = [" php" , " ffi" , " zend" ]
8- version = " 0.1.17 "
8+ version = " 0.1.18 "
99authors = [
1010 " Xenira <xenira@php.rs>" ,
1111 " David Cole <david.cole1340@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments