summaryrefslogtreecommitdiffstats
path: root/pecl.sh
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-03-21 10:14:24 +0100
committerRemi Collet <fedora@famillecollet.com>2013-03-21 10:14:24 +0100
commitec4e4f60837cfebd2b4755799533a854bae75eaa (patch)
tree2f6915229ecab998b580ffa2acde23dad2bf1701 /pecl.sh
parentdbd6e1b735b21a3fcb27393675a0377a9a236a01 (diff)
php extension rebuild for php 5.5
Diffstat (limited to 'pecl.sh')
-rw-r--r--pecl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pecl.sh b/pecl.sh
index 0b6d757..58cbdc5 100644
--- a/pecl.sh
+++ b/pecl.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-exec /usr/bin/php -C -n -q \
+exec /usr/bin/php -C -q \
-d include_path=/usr/share/pear \
-d date.timezone=UTC \
-d output_buffering=1 \