Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19517 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97130 invoked by uid 1010); 8 Oct 2005 18:53:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 97115 invoked from network); 8 Oct 2005 18:53:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Oct 2005 18:53:47 -0000 X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.5 (sometimes 2.4) (4) Received: from ([212.112.227.169:32843] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 33/02-54476-AB518434 for ; Sat, 08 Oct 2005 14:53:47 -0400 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 7D5F5DF0058; Sat, 8 Oct 2005 20:53:55 +0200 (CEST) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (ipx11223 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26307-04; Sat, 8 Oct 2005 20:53:45 +0200 (CEST) Received: from [127.0.0.1] (i577B685D.versanet.de [87.123.104.93]) by ipx11223.ipxserver.de (Postfix) with ESMTP id 7E58DDF0098; Sat, 8 Oct 2005 20:53:44 +0200 (CEST) Message-ID: <434815A8.2050507@php.net> Date: Sat, 08 Oct 2005 20:53:28 +0200 User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ilia Alshanetsky Cc: Zeev Suraski , Christian Stocker , internals@lists.php.net References: <5.1.0.14.2.20051008152435.09df8390@localhost> <5.1.0.14.2.20051008152435.09df8390@localhost> <5.1.0.14.2.20051008155416.09e525c0@localhost> <4347DEE0.8080808@prohost.org> In-Reply-To: <4347DEE0.8080808@prohost.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: Re: [PHP-DEV] Timezone stuff - conclusion From: lsmith@php.net (Lukas Smith) Ilia Alshanetsky wrote: > Zeev Suraski wrote: > >>Ok, maybe I missed it in the lengthy thread. > > > > I suspect that is very much the case. Derick has been working quite > diligently over the last little while at getting the BC problems solved > and as far as I know all but a few Win32 issues have been resolved to > everyones satisfaction. And for this situation there is the ini flag as a fallback .. BTW: while ini_set() has a tendency to be disabled I remember Stig added set_include_path() so that users might have a change of still fixing their include path to handle their PEAR paths .. maybe we need something like this as well for this timezone setting .. or maybe we need a new ini_set method for things deemed not security relevant that shared hosters may leave alone ..? regards, Lukas