Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Feb 2012 00:01:22 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/databases/phpmyadmin Makefile distinfo
Message-ID:  <201202150001.q1F01MBl073389@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
matthew     2012-02-15 00:01:22 UTC

  FreeBSD ports repository

  Modified files:
    databases/phpmyadmin Makefile distinfo 
  Log:
  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)
  
  Revision  Changes    Path
  1.153     +16 -6     ports/databases/phpmyadmin/Makefile
  1.128     +2 -2      ports/databases/phpmyadmin/distinfo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202150001.q1F01MBl073389>