mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Remove compile script DEBUG trap on php.ini generation
This commit is contained in:
@ -693,7 +693,7 @@ if [ "$(uname -s)" == "Darwin" ] && [ "$IS_CROSSCOMPILE" != "yes" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo -n " generating php.ini..."
|
echo -n " generating php.ini..."
|
||||||
|
trap - DEBUG
|
||||||
TIMEZONE=$(date +%Z)
|
TIMEZONE=$(date +%Z)
|
||||||
echo "date.timezone=$TIMEZONE" > "$DIR/bin/php5/bin/php.ini"
|
echo "date.timezone=$TIMEZONE" > "$DIR/bin/php5/bin/php.ini"
|
||||||
echo "short_open_tag=0" >> "$DIR/bin/php5/bin/php.ini"
|
echo "short_open_tag=0" >> "$DIR/bin/php5/bin/php.ini"
|
||||||
|
Reference in New Issue
Block a user