kumquat-buildroot/package/php
Yann E. MORIN 30e572df31 package/php: fix date.timezone
In 5f37843a (php.ini: set date.timezone), the configured timezone was
used as the default for PHP.

However, BR2_TARGET_LOCALTIME is a string, so is quoted, so it is never
empty, so the check for emptynessnever matches.

Fix that by q-stripping the value before testing it. Note however that
we do not q-strip it before storing it in the php.ini file, because it
has to be q-stripped in there.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Floris Bos <bos@je-eigen-domein.nl>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-06-12 18:38:39 +02:00
..
0001-ditch-unset.patch
0002-no-iconv-search.patch
0003-disable-pharcmd.patch
0004-flock-type-linux.patch
0005-ac-cache-strcasestr.patch
0006-fix-php-fpm.service.in.patch
Config.ext
Config.in
php-fpm.conf
php.hash
php.mk