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

Releases: researchgate/php-semver

3.0.3

07 Jul 08:57
Compare
Choose a tag to compare
  • 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.