Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-18Bump PHP minimum version to 7.2Maurício Meneghini Fauth
PHP officially ended support for PHP 7.2 on 2020-11-30. So it is safe to bump the minimum version to PHP 7.2 for phpMyAdmin 5.2, which is likely to be released only in the second half of 2021. Related to #15607 Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-12-21Update web browser support in doc/require.rstMaurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-03-23Fix typo on requirements doc pageIan Gilfillan
Signed-off-by: Ian Gilfillan <github@greenman.co.za>
2019-12-21Merge branch 'QA_4_9' into QA_5_0William Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-12-21Fix redirection form secure.php.net to www.php.netWilliam Desportes
Signed-off-by: William Desportes <williamdes@wdes.fr>
2019-05-29Fix missing requires for PHP 7.1.3Maurício Meneghini Fauth
Related to commit 71208bab74a8047c912c9e51b31f43c704db1010 Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2018-04-12Upgrade to PHP 7.1Maurício Meneghini Fauth
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-09-05Make hash extension requiredMichal Čihař
It is anyway shipped by default and carrying implementation of hash_hmac is not really a good idea long term. Signed-off-by: Michal Čihař <michal@cihar.com>
2017-09-04Documnent ctype dependencyMichal Čihař
It is required by Twig. Fixes #13611 Signed-off-by: Michal Čihař <michal@cihar.com>
2017-05-17Replace our mbstring polyfills with symfony/polyfill-mbstringMichal Čihař
The symfony/polyfill-mbstring is anyway pulled in through Twig, so this doesn't add additional dependencies. Fixes #12386 Signed-off-by: Michal Čihař <michal@cihar.com>
2016-12-05Merge branch 'QA_4_6'Madhura Jayaratne
2016-12-05Fix #12784 Remove ctype installation suggestionMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2016-10-18Use secure.php.net for PHP documentation linksMichal Čihař
This avoids unnecessary redirect on the way (I still think this website setup is weird, but that's all I can do about it). Signed-off-by: Michal Čihař <michal@cihar.com>
2016-07-28Use https links in docs where availableMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-05-25Add mbstring glossary term from wikiMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-05-17Use https when linking to php.netMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-04-18Use php.net to link to their websiteMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-20PHP requirement to display phpMyAdmin versionMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2016-01-08Clarify browser requirementsMichal Čihař
We need something which is supported by jQuery. Issue #11833 Signed-off-by: Michal Čihař <michal@cihar.com>
2015-09-23Merge branch 'QA_4_5'Marc Delisle
2015-09-23Replace the mcrypt extension suggestion with opensslMarc Delisle
See http://blog.remirepo.net/post/2015/07/07/About-libmcrypt-and-php-mcrypt Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-09-09Remove references to Drizzle from documentationMadhura Jayaratne
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-08-21Minimum supported PHP version is now 5.5Marc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-06-16Fix typosMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-05-26Merge branch 'QA_4_4'Marc Delisle
2015-05-26Requirement for reCAPTCHAMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-05-04Fix typoMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-04-11Mention nginxMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-06-26mcrypt: remove the requirement (64-bit) and the related warningMarc Delisle
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-20Remove trailing whitespace from the documentationMichal Čihař
Signed-off-by: Michal Čihař <michal@cihar.com>
2013-10-31Start the changes for the new minimum MySQL versionMarc Delisle
2013-08-24We are already talking about PHP, no need to mention itMarc Delisle
2013-08-24Fix merge conflictsMarc Delisle
2013-08-24The ctype extension is not required but only suggested for performanceMarc Delisle
2013-07-30Fix merge conflictsMarc Delisle
2013-07-30Bug #4036 Call to undefined function mb_detect_encoding (clarify the doc)Marc Delisle
2013-07-01Raise requirements to PHP 5.3Michal Čihař
2012-11-14Better placement of see also linksMichal Čihař
2012-11-14Better describe database supportMichal Čihař
2012-11-14Improve requirements sectionMichal Čihař
2012-11-12Move to doc directoryMichal Čihař
2012-11-09Revert move to docsMichal Čihař
2012-11-09Move files to doc subdirMichal Čihař