summaryrefslogtreecommitdiffstats
path: root/pecl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pecl.sh')
-rw-r--r--pecl.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/pecl.sh b/pecl.sh
index 58cbdc5..7c56e2c 100644
--- a/pecl.sh
+++ b/pecl.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 \