From ec7d492c300ebe6b46e0b0127613144b1ca133fc Mon Sep 17 00:00:00 2001 From: Florian Azizian <florian.azizian@maarch.org> Date: Thu, 1 Nov 2018 21:17:56 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5cd565e6236..d6aafc12b96 100755 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Documentation : https://docs.maarch.org/gitbook/html/MaarchCourrier/18.10/ * PostgreSQL 9.x * PHP 7.0.* ou PHP 7.1.* * Extensions PHP (adaptées à votre version de PHP) : PHP-[XSL](http://php.net/manual/en/book.xsl.php), PHP-[XML-RPC](http://php.net/manual/en/book.xmlrpc.php), PHP-[Gettext](http://php.net/manual/en/b$ - * Bibliothèques pear/SOAP (pour php < 7.0), pear/CLITools + * Bibliothèques pear/CLITools * [ImageMagick](http://imagemagick.org/), avec PHP-[ImageMagick](http://php.net/manual/en/book.imagick.php) * [Ghostscript](https://www.ghostscript.com/) * [7-zip](http://www.7-zip.org/) @@ -38,10 +38,8 @@ Documentation : https://docs.maarch.org/gitbook/html/MaarchCourrier/18.10/ ### Recommandations pour le php.ini -error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT -display_errors = On -short_open_tags = On -magic_quotes_gpc = Off +error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT +display_errors = On ## Le coin des developpeurs -- GitLab