From: Dragan Dosen Date: Sun, 6 Apr 2008 18:45:24 +0000 (+0200) Subject: Fix for ticket #3382, debian/config. X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=php4-cn.git;a=commitdiff_plain;h=082af32548babb42efeac5597af1de7b0b867c6b Fix for ticket #3382, debian/config. --- 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