summaryrefslogtreecommitdiffstats
path: root/pecl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pecl.sh')
-rw-r--r--pecl.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/pecl.sh b/pecl.sh
index fbb999a..f150dd0 100644
--- a/pecl.sh
+++ b/pecl.sh
@@ -1,11 +1,5 @@
#!/bin/sh
-EXT="-d extension=posix.so"
-DIR=$(/usr/bin/php -n -r 'echo ini_get("extension_dir");')
-if [ -f $DIR/xml.so ] ; then
- EXT="$EXT -d extension=xml.so"
-fi
exec /usr/bin/php -C \
- -n $EXT \
-d include_path=/usr/share/pear \
-d date.timezone=UTC \
-d output_buffering=1 \