Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

3.0.3

Latest
Compare
Choose a tag to compare
@mdio mdio released this 07 Jul 08:57
· 3 commits to master since this release
  • Add PHP 8.0 compatibility, fix iterating JSArray (9f5a5c3)

Due to the usage of each() in JSArray::valid() the internal array pointer would be advanced every time valid was called.
This resulted in every odd element to be skipped (e.g. 1st, 3rd, 5th...) when iterating.

If you somehow relied on this behaviour, this release contains a breaking change for you.