From cf8b8195eaeb8360cf1fa9ec7dcf5995ddf6fe7f Mon Sep 17 00:00:00 2001 From: Eric Pommateau <eric.pommateau@libriciel.coop> Date: Wed, 13 Dec 2017 11:56:25 +0100 Subject: [PATCH] suppression de la memory_limit sur jour.php --- CHANGELOG.md | 7 +++++++ cron/jour.php | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81ef7709f..2d71c9545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ Toutes les modifications apportées au projet seront documentées dans ce fichie Le format est basé sur le modèle [Keep a Changelog](http://keepachangelog.com/) et adhère aux principes du [Semantic Versioning](http://semver.org/). +## [3.0.0-rc5] + +### Corrections + +- suppression de la memory_limit sur jour.php + + ## [3.0.0-rc4] - 2017-11-24 diff --git a/cron/jour.php b/cron/jour.php index 59e268153..e4cf537b3 100644 --- a/cron/jour.php +++ b/cron/jour.php @@ -1,8 +1,6 @@ <?php declare(ticks = 1); -//Ce script est trèss gourmand en mémoire s'il y a beaucoup de collectivité à traiter. -ini_set("memory_limit","100M"); require_once(dirname(__FILE__)."/../config/config.php"); -- GitLab