From 082af32548babb42efeac5597af1de7b0b867c6b Mon Sep 17 00:00:00 2001 From: Dragan Dosen Date: Sun, 6 Apr 2008 20:45:24 +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 6140a86..8a62ee8 100755 --- a/debian/config +++ b/debian/config @@ -43,13 +43,13 @@ phpmemlimit () { # for SAPI in apache2 cli; do - if [ ! -d "$PHP4DIR/$SAPI" ]; then - continue - fi - ini_diff=0 ini_file="$PHP4DIR/$SAPI/php.ini" + upload_max_filesize= + post_max_size= + memory_limit= + phplimit="$(phpmemlimit)M" if [ -f "$ini_file" ]; then -- 1.7.10.4