Skip to content
Extraits de code Groupes Projets
Valider 11f9600d rédigé par marcimat's avatar marcimat
Parcourir les fichiers

Ticket #4060 : nettoyage code <= PHP 5.4

parent 1fe810c3
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -408,10 +408,6 @@ if (_FILE_OPTIONS) { ...@@ -408,10 +408,6 @@ if (_FILE_OPTIONS) {
include_once _FILE_OPTIONS; include_once _FILE_OPTIONS;
} }
if (!defined('E_DEPRECATED')) {
/** Compatibilite PHP 5.3 */
define('E_DEPRECATED', 8192);
}
if (!defined('SPIP_ERREUR_REPORT')) { if (!defined('SPIP_ERREUR_REPORT')) {
/** Masquer les warning */ /** Masquer les warning */
define('SPIP_ERREUR_REPORT', E_ALL ^ E_NOTICE ^ E_DEPRECATED); define('SPIP_ERREUR_REPORT', E_ALL ^ E_NOTICE ^ E_DEPRECATED);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter