diff options
author | matthew <matthew@FreeBSD.org> | 2012-02-15 08:01:21 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2012-02-15 08:01:21 +0800 |
commit | 92f69f5afbf3fb63ab21d8ff44d1873893b53acf (patch) | |
tree | 1d779bcec61a4993b514e525c5baec26286d8f4e /databases/phpmyadmin/distinfo | |
parent | a0f84da14101afd49096475b91fae29c999ebc7c (diff) | |
download | freebsd-ports-gnome-92f69f5afbf3fb63ab21d8ff44d1873893b53acf.tar.gz freebsd-ports-gnome-92f69f5afbf3fb63ab21d8ff44d1873893b53acf.tar.zst freebsd-ports-gnome-92f69f5afbf3fb63ab21d8ff44d1873893b53acf.zip |
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)
Diffstat (limited to 'databases/phpmyadmin/distinfo')
-rw-r--r-- | databases/phpmyadmin/distinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/phpmyadmin/distinfo b/databases/phpmyadmin/distinfo index 83275d4d9fd6..60602f383b82 100644 --- a/databases/phpmyadmin/distinfo +++ b/databases/phpmyadmin/distinfo @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-3.4.9-all-languages.tar.xz) = b7bceab1d9a6a8d2658e9739f848248faa8aefd945c9f5b33522a00b201363ba -SIZE (phpMyAdmin-3.4.9-all-languages.tar.xz) = 3640512 +SHA256 (phpMyAdmin-3.4.10-all-languages.tar.xz) = 391dc3aa38a210bc77050f3432058c973ab7aa2193a086ad2ac717edf5002219 +SIZE (phpMyAdmin-3.4.10-all-languages.tar.xz) = 3693684 |