Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67512 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38809 invoked from network); 25 May 2013 12:09:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 May 2013 12:09:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-la0-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:40288] helo=mail-la0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7C/62-25010-41AA0A15 for ; Sat, 25 May 2013 08:09:57 -0400 Received: by mail-la0-f42.google.com with SMTP id fg20so5304978lab.15 for ; Sat, 25 May 2013 05:09:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=JCdqE+eiAav28rfSiLCfYJApeDJPMH8ZH6NPjNuKsIA=; b=P3cHK7q3Pec/Ux27MTugEmNGkZHO8+zHeg/z3Cmz7vAvghA/FaNXGuUIAhcOrnWhe+ xd5QeIgr4f5vmZb0apcPfMb5roFZLZqxqjODWxAF+4iW/IHS/uIhdn3AMgqRxUKR8vcS FcylKt/9/Pn9qP1bZxRbgzwfaJV1s4p3hM506OJz2TpdinA4ogTt//4b+tVmeJFMThs5 B0mFH60CQvlkHfic2oJmyVdR089D+T4DhbqBSaXc0UkvhPzOSOXb7wg/8spnSWdXUQur esbw8CGreyE2I93U1+o9GQiapuuC+QDCFTlfseCnHZilyCKSgoNkI0CRqz5TBPPdnN+7 /yLg== MIME-Version: 1.0 X-Received: by 10.112.190.73 with SMTP id go9mr10825938lbc.43.1369483793733; Sat, 25 May 2013 05:09:53 -0700 (PDT) Received: by 10.112.138.72 with HTTP; Sat, 25 May 2013 05:09:53 -0700 (PDT) Received: by 10.112.138.72 with HTTP; Sat, 25 May 2013 05:09:53 -0700 (PDT) In-Reply-To: <51A092FC.4010700@wikimedia.org> References: <51A092FC.4010700@wikimedia.org> Date: Sat, 25 May 2013 14:09:53 +0200 Message-ID: To: Tim Starling Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11c385080d1f5904dd89cb94 Subject: Re: [PHP-DEV] date.timezone E_WARNING -- Really necessary? What's the rationale? From: pierre.php@gmail.com (Pierre Joye) --001a11c385080d1f5904dd89cb94 Content-Type: text/plain; charset=ISO-8859-1 On May 25, 2013 12:31 PM, "Tim Starling" wrote: . > > It's Derick's prerogative to annoy all users half to death with > warnings, as his way of indicating his distaste for the state of OS > support for querying of system timezone. It is actually only about getting safe, cross platform/OS (even between Linux versions) for the TZ database. It has nothing to do with taste or similar subjective opinion. For the record, the behavior requested in this thread is what we had in earlier versions, all we got was plenty of bugs reports about wrong TZ detections. I think it is not too much asking to set it in php.ini or in your application. --001a11c385080d1f5904dd89cb94--