2016-07-23 23:45, Matt Darcy wrote:
> the versions from master seems to complain an awful lot less with php
> 5.4 than the 2.2 release did, so I just wondered if the
> patches/updates that had been put in place had been put in to make it
> more compatible with later PHP releases.
Yeah, we're trying not to use unitialized variables anymore. :)
If you look at your 2.2 php log closely, you'll see that there weren't
actually that many different (unique) entries in it. It's just that many
errors/notices were being triggered really often.
After 2.2 I migrated Vexim from Pear-DB to PDO. That's about the biggest
change you could mark as "PHP version compatibility", although I'd say
its effect is probably making some older PHP versions unsupported, not
adding extra support for newer ones.
Rimas