A very general advice- make sure you have up-to-date connectors, first for security reasons, second for compatibility. It is very, very unlikely it is a compatibility issue (MySQL wire protocol -not the SQL language- hasn't barely changed since 4.x, with the exception of prepared statements and a few other very specific things), but it is always nice to have the last version to make sure one doesn't fall into old bugs.
On Tue, Oct 10, 2017 at 4:22 PM, Brad Jorsch (Anomie) <[email protected]> wrote: > On Sun, Oct 8, 2017 at 6:11 PM, Russell Blau <[email protected]> wrote: >> >> (Tip to >> others -- never, ever use the array_key_exists() function unless you >> absolutely must, and then be sure to reset() the array before you do. >> Otherwise, the function call might never return!) > > > That sounds like a bug in PHP (or HHVM, if that's what you're using). You > should file it upstream with details on how exactly to reproduce it. > > > -- > Brad Jorsch (Anomie) > Senior Software Engineer > Wikimedia Foundation > > _______________________________________________ > Wikimedia Cloud Services mailing list > [email protected] (formerly [email protected]) > https://lists.wikimedia.org/mailman/listinfo/cloud -- Jaime Crespo <http://wikimedia.org> _______________________________________________ Wikimedia Cloud Services mailing list [email protected] (formerly [email protected]) https://lists.wikimedia.org/mailman/listinfo/cloud
