Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82773 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85977 invoked from network); 16 Feb 2015 05:40:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Feb 2015 05:40:41 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.47 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 74.125.82.47 mail-wg0-f47.google.com Received: from [74.125.82.47] ([74.125.82.47:42337] helo=mail-wg0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5C/01-05176-6D281E45 for ; Mon, 16 Feb 2015 00:40:41 -0500 Received: by mail-wg0-f47.google.com with SMTP id x12so13656043wgg.6 for ; Sun, 15 Feb 2015 21:40:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=PMyjrjV/u0p+oXLhBRb+yMZbeusc8sTjvsrFM0iDnEY=; b=tN8tVvLBc5f63uoT/fR4TW/i6RxUomprI9hkooEXP4WG8em9kBOfEEkBxWcHMjhheg LxQumfYWp8YqbSXwLY2LcY/WitbRQrDAH/XCt+Vx0gUrIkL0g+W1G6f0usgNU06jxt/Y K7M2l0uK1d8ishCE1mTi2nv02ywu+euLrMjRLT/EF2ijOtamrZT13/DHU6uoGE72gCOr mikoydcm7C0FO5CHrh0AbHBwSXO32eX6SiQSyFrBrnEDRxN06VK5ENKmOhJPRUbX2GzO hDvIWGtDuLap2WYsV1wf4gzxy1Pe47BqwdzGLVsJgh479u0wBnkqrUXwOGdNPD5DsYeI yGJQ== X-Received: by 10.180.221.73 with SMTP id qc9mr33475680wic.8.1424065234023; Sun, 15 Feb 2015 21:40:34 -0800 (PST) Received: from Stas-Air.local (business-092-079-136-194.static.arcor-ip.net. [92.79.136.194]) by mx.google.com with ESMTPSA id hi6sm21131824wjc.34.2015.02.15.21.40.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 15 Feb 2015 21:40:33 -0800 (PST) Message-ID: <54E182CF.1050008@gmail.com> Date: Mon, 16 Feb 2015 06:40:31 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Matteo Beccati , Bob Weinand , PHP Internals References: <54E0F356.2060202@beccati.com> In-Reply-To: <54E0F356.2060202@beccati.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] [RFC] [PRE-VOTE] Remove the date.timezone warning From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > Are you sure that "the ini file is created by the package maintainer and > it includes the “date.timezone” setting" is true? Last time I checked it I my experience, it is unfortunately not universally true - I've seen Linux distros with ini files that don't do that. Setting TZ correctly would require some non-trivial script work, and I'm guessing whoever did the package did not want to do this work. They could of course just put UTC there but that didn't happen either. -- Stas Malyshev smalyshev@gmail.com