summaryrefslogtreecommitdiffstats
path: root/peardev.sh
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-04-10 09:47:31 +0200
committerRemi Collet <fedora@famillecollet.com>2014-04-10 09:47:31 +0200
commit1d23576a710a154a650068969d285256bb45482e (patch)
tree312e5e580843f7118ffb654c809c7653b3313d76 /peardev.sh
parent9da073994d97ad4a7c584dfd89c9be9464b95478 (diff)
php-pear: fix xml.so is shared only with php 5.5+
Diffstat (limited to 'peardev.sh')
-rw-r--r--peardev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/peardev.sh b/peardev.sh
index 340c31b..dfc2778 100644
--- a/peardev.sh
+++ b/peardev.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-exec /usr/bin/php -C -q \
+exec /usr/bin/php -C \
-d memory_limit="-1" \
-d include_path=/usr/share/pear \
-d date.timezone=UTC \