doctrine / doctrine-laminas-hydrator

Doctrine hydrators for Laminas applications
https://www.doctrine-project.org/projects/doctrine-laminas-hydrator.html
MIT License
33 stars 19 forks source link

Use strcmp instead of spaceship operator to compare objects #74

Closed tomdrissen closed 1 year ago

tomdrissen commented 1 year ago

Use strcmp instead of spaceship operator to prevent some weird behaviour when comparing hashes with more than 16 characters, see issue #71 .

driehle commented 1 year ago

Could you please rebase your changes on the 3.2.x branch so that we can release a 3.2.1 Bugfix release?