<div dir="ltr"><div>Hello,</div><div><br></div><div>In about two months, the first PHP 7 release candidate will be delivered [1] and by then, I think that phpMyAdmin should be able to run on this new version without any problems. At this moment, some tests fail on the latest PHP nightly build because of the libraries phpMyAdmin uses.</div><div><br></div><div>Looking through the `libraries` folder I realized that most of those libraries have not been updated for a long time. I consider it a priority to update the broken libraries, but other libraries would benefit from an update as well.</div><div><br></div><div> - bfShapeFiles - Causes some tests to fail (uses old-style constructors). Project is no longer maintained. [2]</div><div> - php-gettext - Causes some tests to fail (uses old-style constructors). Project is no longer maintained. [3]</div><div> - phpseclib - Works fine. Project is maintained and a new version is available. [4]</div><div> - tcpdf -  Works fine. Project is maintained and a new version is available. [5]</div><div> - recaptcha - Works fine. Project is maintained and a new version is available. [6]</div><div><br></div><div>Those libraries that are not maintained anymore will require forking and very little maintenance to get them working with the latest PHP version.</div><div><br></div><div>Another suggestion I have is to use Composer for managing these dependencies, instead of adding them directly to phpMyAdmin's repository. This way, it will be much easier to update those libraries and keep the repository clean.</div><div><br></div><div>Best regards,</div><div>Dan Ungureanu</div><div><br></div><div>[1] <a href="https://wiki.php.net/rfc/php7timeline">https://wiki.php.net/rfc/php7timeline</a></div><div>[2] <a href="https://sourceforge.net/projects/bfshapefiles/">https://sourceforge.net/projects/bfshapefiles/</a></div><div>[3] <a href="https://launchpad.net/php-gettext/">https://launchpad.net/php-gettext/</a></div><div>[4] <a href="https://sourceforge.net/projects/phpseclib/">https://sourceforge.net/projects/phpseclib/</a></div><div>[5] <a href="https://sourceforge.net/projects/tcpdf/">https://sourceforge.net/projects/tcpdf/</a></div><div>[6] <a href="https://github.com/google/recaptcha">https://github.com/google/recaptcha</a></div></div>