From 5684a78857635d5cbf07c0b29984288e12b18fdb Mon Sep 17 00:00:00 2001 From: btatu Date: Fri, 2 Aug 2019 16:07:49 +0200 Subject: [PATCH] =?UTF-8?q?D=C3=A9placement=20de=20la=20section=20d'erreur?= =?UTF-8?q?=20count()=20vers=20HowtophpMyAdmin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoPHP.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/HowtoPHP.md b/HowtoPHP.md index bb0afbcc..beba10b4 100644 --- a/HowtoPHP.md +++ b/HowtoPHP.md @@ -82,18 +82,6 @@ Zend Engine v3.3.4, Copyright (c) 1998-2018 Zend Technologies with Zend OPcache v7.3.4-1+0~20190412071350.37+stretch~1.gbpabc171, Copyright (c) 1999-2018, by Zend Technologies ~~~ -> *Note* : Si on installe php7.2 cela casse phpmyadmin, un rapport de bug a été ouvert [chez PhpMyAdmin](https://github.com/phpmyadmin/phpmyadmin/issues/13932) et [chez Debian](https://bugs.debian.org/890595) ; Le patch est a appliquer dans le fichier `/usr/share/phpmyadmin/libraries/sql.lib.php` il faut modifier la ligne 613 : -> -> ~~~ -> || (count($analyzed_sql_results['select_expr'] == 1) -> ~~~ -> -> par ceci : -> -> ~~~ -> || ((count($analyzed_sql_results['select_expr']) == 1) -> ~~~ - ### PHP-FPM PHP-FPM (FastCGI Process Manager) est une façon alternative d'utiliser