I have been tasked with upgrading and older system from php 5.6 to 7.4. It uses random with seeding to generate random (but the same each time) colors.
The issue I am facing is that the seeder + randomizer has been rewritten in 7.1, meaning that all colors are getting changed. Does anyone have experience with this? I was hoping to perhaps find a package that provided the 5.6 version of the randomizer (no such luck so far), or a way to get php 7.4 to use the older version, by using a flag