summaryrefslogtreecommitdiff
path: root/www/php4/files/pear.sh
diff options
context:
space:
mode:
Diffstat (limited to 'www/php4/files/pear.sh')
-rw-r--r--www/php4/files/pear.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/php4/files/pear.sh b/www/php4/files/pear.sh
index 935673a3e87..1c49ab1df01 100644
--- a/www/php4/files/pear.sh
+++ b/www/php4/files/pear.sh
@@ -25,4 +25,4 @@ else
fi
fi
-exec $PHP -C -q $INCARG -d output_buffering=1 -dmemory_limit=12M $INCDIR/pearcmd.php "$@"
+exec $PHP -C -q $INCARG -d output_buffering=1 -d open_basedir="" -d safe_mode=0 -d memory_limit=12M $INCDIR/pearcmd.php "$@"