From d01d825991e1e67ddd43927ac174b9bbae89681f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 19 Jun 2005 14:22:54 +0000 Subject: [PATCH] - need more memory to run pear on phpDocumentor Changed files: php-pear-PEAR-memory.patch -> 1.1 --- php-pear-PEAR-memory.patch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 php-pear-PEAR-memory.patch 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 "$@" -- 2.44.0