cellog Mon Mar 21 10:25:54 2005 EDT
Modified files:
/pear-core/scripts peardev.sh
Log:
add space between -d and memory_limit
http://cvs.php.net/diff.php/pear-core/scripts/peardev.sh?r1=1.1&r2=1.2&ty=u
Index: pear-core/scripts/peardev.sh
diff -u pear-core/scripts/peardev.sh:1.1 pear-core/scripts/peardev.sh:1.2
--- pear-core/scripts/peardev.sh:1.1 Mon Mar 21 10:22:14 2005
+++ pear-core/scripts/peardev.sh Mon Mar 21 10:25:54 2005
@@ -25,4 +25,4 @@
fi
fi
-exec $PHP -dmemory_limit="-1" -C -q $INCARG -d output_buffering=1
$INCDIR/pearcmd.php "$@"
+exec $PHP -d memory_limit="-1" -C -q $INCARG -d output_buffering=1
$INCDIR/pearcmd.php "$@"
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|