mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-15 16:05:28 +00:00
Remove compile script DEBUG trap on php.ini generation
This commit is contained in:
parent
e8477fec53
commit
9cae532d7e
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user