]> git.pld-linux.org Git - packages/php-pear-PEAR.git/blob - php-pear-PEAR-memory.patch
- need more memory to run pear on phpDocumentor
[packages/php-pear-PEAR.git] / php-pear-PEAR-memory.patch
1 --- ./php-pear-PEAR-1.4.0a11/PEAR-1.4.0a11/scripts/pear.sh~     2005-04-18 01:39:52.000000000 +0300
2 +++ ./php-pear-PEAR-1.4.0a11/PEAR-1.4.0a11/scripts/pear.sh      2005-06-19 17:17:41.000000000 +0300
3 @@ -25,4 +25,4 @@
4    fi
5  fi
6  
7 -exec $PHP -C -q $INCARG -d output_buffering=1 $INCDIR/pearcmd.php "$@"
8 +exec $PHP -C -q $INCARG -d output_buffering=1 -d memory_limit=16M $INCDIR/pearcmd.php "$@"
This page took 0.048814 seconds and 3 git commands to generate.