Skip to content

Releases: extphprs/ext-php-rs

v0.11.0

24 Nov 19:03
465c905

Choose a tag to compare

What's Changed

Breaking changes:

  • Array iterators now return a single ArrayKey enum as key instead of two distinct integer and string keys, by @joelwurtz and @danog in #268

Features:

Fixes:

Full Changelog: v0.10.5...v0.11.0

v0.10.5

24 Nov 11:50
1af2d54

Choose a tag to compare

What's Changed

Full Changelog: v0.10.4...v0.10.5

v0.10.4

17 Nov 17:51
2ebc015

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.3...v0.10.4

v0.10.3

12 Oct 08:31
15bed3b

Choose a tag to compare

What's Changed

Full Changelog: v0.10.2...v0.10.3

v0.10.2

11 Oct 08:43
6685462

Choose a tag to compare

Features

Fixes

News

  • @danog is now the maintainer of ext-php-rs!

Full Changelog: v0.10.1...v0.10.2

v0.10.1

16 May 21:43
654692d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.10.1

v0.10.0

22 Dec 21:55
7ed31eb

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

11 Dec 21:11
6965f4a

Choose a tag to compare

What's Changed

  • ci+docs: honour PHP_CONFIG & rebuild automatically when env vars change by @julius #210
  • chore: Update generated FFI bindings with bindgen 0.63 by @ptondereau #211

BC changes

  • feat: allows ZendStr to contain null bytes by @julius #202

Migration
See: #202

Full Changelog: v0.8.3...v0.9.0

v0.8.3

28 Nov 20:04
7423da0

Choose a tag to compare

What's Changed

  • check docs warnings in CI by @davidcole1340 in #180
  • fixes inifinte loop in ClassEntry::instance_of() by @ju1ius in #188
  • fix binary slice lifetimes by @davidcole1340 in #181
  • fixes CI workflow configuration by @ju1ius in #195
  • Add get_id() and hash() methods on ZendObject by @ju1ius in #196
  • Describes restrictions on generic parameters for php_class by @ju1ius in #194
  • Add instance_of() and get_class_entry() methods on ZendObject by @ju1ius in #197
  • chore: use php-discovery to find matching PHP build by @azjezz in #201
  • Revert "chore: use php-discovery to find matching PHP build" by @ptondereau in #206

New Contributors

Full Changelog: v0.8.2...v0.8.3

Version 0.8.2

10 Nov 23:13

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.8.2