From dda6ad87a5eb67f3952d74a2a01c8be2be7a8597 Mon Sep 17 00:00:00 2001 From: Dragan Dosen Date: Sun, 6 Apr 2008 20:53:06 +0200 Subject: [PATCH] Fix for ticket #3382, debian/config. --- debian/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/config b/debian/config index 93754a0..6fb49e5 100755 --- a/debian/config +++ b/debian/config @@ -43,12 +43,12 @@ phpmemlimit () { # for SAPI in apache2 cli; do - if [ ! -d "$PHP5DIR/$SAPI" ]; then - continue - fi - ini_diff=0 ini_file="$PHP5DIR/$SAPI/php.ini" + + upload_max_filesize= + post_max_size= + memory_limit= phplimit="$(phpmemlimit)M" -- 1.7.10.4