PhpMyAdmin 4.1.0 is released

DirectAdmin Support

Administrator
Staff member
Joined
Feb 27, 2003
Messages
9,158
PhpMyAdmin 4.1.0 has been released.
http://sourceforge.net/p/phpmyadmin/news/2013/12/phpmyadmin-410-is-released/

This version requires at least PHP 5.3 and MySQL 5.5.

The custombuild scripts have been updated with a check.
If the PMA version is 4.1.0 or greater, then CB will check the php version and mysql version.
If they don't meet the requirements, CB will drop the PMA version back down to 4.0.10.

If phpmyadmin_ver=3 is being used, then this wont apply at all.

If you're already using 4.0.10, you will likely get a notice about the new version being available, every night (if you have cron notices enabled)
Your options are either to update to at least php 5.3 and mysql 5.5, else disable PMA in the options.conf to prevent the error:
phpmyadmin=no
because if you're not going to update PHP/MySQL, then you're at the end of the line for PMA one way or another.

John
 
Back
Top