Merge branch 'QA_4_7' into hotfix/13010-pmadb-relation-replaceinto

This commit is contained in:
Michal Čihař 2017-02-20 08:38:39 +01:00 committed by GitHub
commit 8a08c90cb1
3 changed files with 10 additions and 5 deletions

View File

@ -78,6 +78,7 @@ phpMyAdmin - ChangeLog
- issue #12693 Improved support for TokuDB
- issue #11231 Try harder to honor LoginCookieValidity setting
- issue #13016 and #13017 Slight improvements to the table layout of Relation view
- issue #12345 Correctly show affected rows for LOAD DATA queries
- issue #13010 Copy database: SQL error for copying PMADB metadata
4.6.6 (2017-01-23)

View File

@ -32,7 +32,7 @@
"ext-xml": "*",
"ext-pcre": "*",
"ext-json": "*",
"phpmyadmin/sql-parser": "^4.1",
"phpmyadmin/sql-parser": "^4.1.2",
"phpmyadmin/motranslator": "^3.0",
"phpmyadmin/shapefile": "^2.0",
"tecnickcom/tcpdf": "^6.2",

View File

@ -426,12 +426,16 @@ MMCache but upgrading MMCache to version 2.3.21 solves the problem.
.. _faq1_31:
1.31 Does phpMyAdmin support PHP 5?
-----------------------------------
1.31 Which PHP versions does phpMyAdmin support?
------------------------------------------------
Yes.
Since release 4.5, phpMyAdmin supports only PHP 5.5 and newer. Since release
4.1 phpMyAdmin supports only PHP 5.3 and newer. For PHP 5.2 you can use 4.0.x
releases.
Since release 4.5, phpMyAdmin supports only PHP 5.5 and newer. Since release 4.1 phpMyAdmin supports only PHP 5.3 and newer. For PHP 5.2 you can use 4.0.x releases.
PHP 7 is supported since phpMyAdmin 4.6, PHP 7.1 is supported since 4.6.5.
phpMyAdmin also works fine with HHVM.
.. _faq1_32: