Remove compile script DEBUG trap on php.ini generation

This commit is contained in:
Shoghi Cervantes 2014-04-01 01:47:28 +02:00
parent e8477fec53
commit 9cae532d7e

View File

@ -693,7 +693,7 @@ if [ "$(uname -s)" == "Darwin" ] && [ "$IS_CROSSCOMPILE" != "yes" ]; then
fi
echo -n " generating php.ini..."
trap - DEBUG
TIMEZONE=$(date +%Z)
echo "date.timezone=$TIMEZONE" > "$DIR/bin/php5/bin/php.ini"
echo "short_open_tag=0" >> "$DIR/bin/php5/bin/php.ini"