UNCLASSIFIED - NO CUI

Skip to content

Update dependency igbinary/igbinary to v3.2.9

renovate requested to merge renovate/igbinary-igbinary-3.x into development

This MR contains the following updates:

Package Type Update Change
igbinary/igbinary ironbank-github patch 3.2.7 -> 3.2.9

Release Notes

igbinary/igbinary

v3.2.9

Compare Source

v3.2.8

Compare Source

  • Reduce excessive inlining to reduce shared library size.
  • Miscellaneous optimizations.
  • Update test expectations to handle changes to var_export output (fully qualified class names) in PHP 8.2.
  • Throw an Error when igbinary_unserialize would add dynamic properties to class definitions that forbid them in PHP 8.0+ (especially PHP 8.2 readonly classes)
  • Emit a deprecation notice when igbinary_unserialize() adds dynamic properties to a class without #[AllowDynamicProperties] in PHP 8.2. Doing that would become an Error in PHP 9.0.
  • Set up CI job to build dlls on https://github.com/igbinary/igbinary - at the moment, the infrastructure used by the Windows for php team has been broken for months.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports