summaryrefslogtreecommitdiffstats
path: root/pear.sh
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-04-10 09:14:51 +0200
committerRemi Collet <fedora@famillecollet.com>2014-04-10 09:14:51 +0200
commit9da073994d97ad4a7c584dfd89c9be9464b95478 (patch)
treed8fcd940937a2931474151ea5dba5197f5a3f831 /pear.sh
parentec4e4f60837cfebd2b4755799533a854bae75eaa (diff)
php-pear: sync with rawhide
Diffstat (limited to 'pear.sh')
-rw-r--r--pear.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/pear.sh b/pear.sh
index 36be863..aa2c1a9 100644
--- a/pear.sh
+++ b/pear.sh
@@ -1,5 +1,8 @@
#!/bin/sh
-exec /usr/bin/php -C -q \
+exec /usr/bin/php -C \
+ -n \
+ -d extension=posix.so \
+ -d extension=xml.so \
-d include_path=/usr/share/pear \
-d date.timezone=UTC \
-d output_buffering=1 \