Hi developers,
I've just released sql-parser 5.0.0. Some big changes have occurred in
addition to the usual syntax improvements: 1) Dropping support for PHP
5.3, PHP 5.4, PHP 5.5, PHP 5.6, PHP 7.0 and HHVM, and 2) it's now
possible to read an SQL file from stdin. In particular, the second one
is a big help to me when testing so I'm very happy about it.
We couldn't do this work without the pull requests submitted by users.
Thank you.
We'll probably want to include this in phpMyAdmin 5.0.0/master, since
right now we're using ^4.2.5. We may wish to include it in QA_4_8,
which currently requires ^4.2.3.
Best wishes,
Isaac