K 10 svn:author V 7 matthew K 8 svn:date V 27 2012-02-15T00:01:21.000000Z K 7 svn:log V 1324 Routine bugfix update to 3.4.10 ChangeLog: http://sourceforge.net/projects/phpmyadmin/files/phpMyAdmin/3.4.10/phpMyAdmin-3.4.10-notes.html/view 3.4.10.0 (2012-02-14) - bug #3460090 [interface] TextareaAutoSelect feature broken - patch #3375984 [export] PHP Array export might generate invalid php code - bug #3049209 [import] Import from ODS ignores cell that is the same as cell be fore - bug #3463933 [display] SELECT DISTINCT displays wrong total records found - patch #3458944 [operations] copy table data missing SET SQL_MODE='NO_AUTO_VALU E_ON_ZERO' - bug #3469254 [edit] Setting data to NULL and drop-downs - bug #3477063 [edit] Missing set fields and values in generated INSERT query - bug #3460867 [libraries] license issue with TCPDF (updated to 5.9.145) Other Changes: * Drop USE_MYSQL=compat and IGNORE_WITH_MYSQL=41 -- phpmyadmin has not suddenly grown compatibility for older versions of MySQL. However, USE_MYSQL implies an dependency on mysql-client, but phpmyadmin can operate just fine with only the php mysqlnd drivers. * Add a new WITH_MYSQL Options knob (off by default) -- if you want to use the mysql-client driver. * PHP52 doesn't have mysqlnd drivers, so require at least one of WITH_MYSQL or WITH_MYSQLI to be selected. Approved by: shaun (mentor) END