From 1de375b708d72e63c19d612933991773fe97b845 Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Mon, 12 Dec 2016 20:11:15 -0500 Subject: [PATCH] Changing implementation of php.memory_limit param. --- phing/build.xml | 4 +++- phing/tasks/properties.xml | 9 --------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/phing/build.xml b/phing/build.xml index 511b34167..368537155 100644 --- a/phing/build.xml +++ b/phing/build.xml @@ -18,7 +18,9 @@ - + + Setting memory allocation to ${php.memory_limit} + diff --git a/phing/tasks/properties.xml b/phing/tasks/properties.xml index 677307fbb..f4c4bd1ad 100644 --- a/phing/tasks/properties.xml +++ b/phing/tasks/properties.xml @@ -1,14 +1,5 @@ - - - - - Setting memory allocation to ${php.mem_limit} - - - -