Skip to content
Snippets Groups Projects
Commit 0e4fa985 authored by Laurent Séguin's avatar Laurent Séguin
Browse files

Update README.md

parent f4ca2280
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ Démonstration en ligne : http://demo.maarch.org/gec/
* Apache2.x
* PostgreSQL 9.x
* PHP 5.5 ou plus, MaarchCourrier 1.6 est compatible avec php7 !
* PHP 5.6 ou plus, MaarchCourrier 1.6 est compatible avec php7 !
* Extensions : php_xsl, php_xmlrpc, php_gettext, php_gd, php_pgsql, php_mbstring, php_pdo_pgsql, php5-mcrypt, php_imap, php_soap
* Spécifique Windows : php php_pdo_pgsql.dll, php php_fileinfo.dll
* Bibliothèques pear/SOAP (pour php < 7.0), pear/CLITools
......@@ -23,7 +23,7 @@ Démonstration en ligne : http://demo.maarch.org/gec/
### Recommandations pour le php.ini
php > 5.4 : error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT
php > 5.6 : error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT
display_errors (On)
short_open_tags (On)
magic_quotes_gpc (Off)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment