Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19509 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19004 invoked by uid 1010); 8 Oct 2005 13:33:55 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 18989 invoked from network); 8 Oct 2005 13:33:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Oct 2005 13:33:55 -0000 X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Linux 2.5 (sometimes 2.4) (4) Received: from ([82.94.239.5:48933] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 72/1D-54476-3CAC7434 for ; Sat, 08 Oct 2005 09:33:55 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.12.11/8.12.11) with ESMTP id j98DXpe5002705; Sat, 8 Oct 2005 15:33:51 +0200 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.12.11/8.12.11) with ESMTP id j98DXjw2002691; Sat, 8 Oct 2005 15:33:46 +0200 Date: Sat, 8 Oct 2005 15:33:45 +0200 (CEST) X-X-Sender: derick@localhost To: Zeev Suraski cc: internals@lists.php.net In-Reply-To: <5.1.0.14.2.20051008152435.09df8390@localhost> Message-ID: References: <5.1.0.14.2.20051008152435.09df8390@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at jdi-ict.nl Subject: Re: [PHP-DEV] Timezone stuff - conclusion From: derick@php.net (Derick Rethans) On Sat, 8 Oct 2005, Zeev Suraski wrote: > I've been away from email for the last couple of weeks - read through the > timezone thread, and didn't really see a conclusion. > > My suggestion is to restore the old code in its entirely, and introduce the > new implementation as new functions with a proper prefix, a-la PHP 2005. I > think it's better than an INI entry, and it should be fairly straightforward > to implement. Nice that you come with this now after I spend a whole bloody week trying to make things as BC as possible, and even on Windows. Derick