]> git.pld-linux.org Git - packages/php-pear-PEAR.git/blob - php-pear-PEAR-memory.patch
- merged from DEVEL
[packages/php-pear-PEAR.git] / php-pear-PEAR-memory.patch
1 --- ./build/usr/bin/pear~       2005-04-18 01:39:52.000000000 +0300
2 +++ ./build/usr/bin/pear        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.243921 seconds and 3 git commands to generate.