summaryrefslogtreecommitdiffstats
path: root/pear.sh
diff options
context:
space:
mode:
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 \