]> git.pld-linux.org Git - packages/php-pear-PEAR.git/commitdiff
- need more memory to run pear on phpDocumentor
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 19 Jun 2005 14:22:54 +0000 (14:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-PEAR-memory.patch -> 1.1

php-pear-PEAR-memory.patch [new file with mode: 0644]

diff --git a/php-pear-PEAR-memory.patch b/php-pear-PEAR-memory.patch
new file mode 100644 (file)
index 0000000..42324b8
--- /dev/null
@@ -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 "$@"
This page took 0.164389 seconds and 4 git commands to generate.