From: Elan Ruusamäe Date: Sun, 19 Jun 2005 14:22:54 +0000 (+0000) Subject: - need more memory to run pear on phpDocumentor X-Git-Tag: auto/ac/php-pear-PEAR-1_4_0-0_b1_1~2 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=d01d825991e1e67ddd43927ac174b9bbae89681f;p=packages%2Fphp-pear-PEAR.git - need more memory to run pear on phpDocumentor Changed files: php-pear-PEAR-memory.patch -> 1.1 --- diff --git a/php-pear-PEAR-memory.patch b/php-pear-PEAR-memory.patch new file mode 100644 index 0000000..42324b8 --- /dev/null +++ b/php-pear-PEAR-memory.patch @@ -0,0 +1,8 @@ +--- ./php-pear-PEAR-1.4.0a11/PEAR-1.4.0a11/scripts/pear.sh~ 2005-04-18 01:39:52.000000000 +0300 ++++ ./php-pear-PEAR-1.4.0a11/PEAR-1.4.0a11/scripts/pear.sh 2005-06-19 17:17:41.000000000 +0300 +@@ -25,4 +25,4 @@ + fi + fi + +-exec $PHP -C -q $INCARG -d output_buffering=1 $INCDIR/pearcmd.php "$@" ++exec $PHP -C -q $INCARG -d output_buffering=1 -d memory_limit=16M $INCDIR/pearcmd.php "$@"