On 16 Nov 2011 at 16:30, Geoff Shang wrote:
> On Wed, 15 Nov 2011, Tim Streater wrote:
>
>> I find I need to do this:
>>
>> date_default_timezone_set (@date_default_timezone_get ());
>>
>> in all my scripts since 5.x.x to avoid rude messages.
>
> Apart from the fact that I've not seen the rude
On Wed, 15 Nov 2011, Tim Streater wrote:
I find I need to do this:
date_default_timezone_set (@date_default_timezone_get ());
in all my scripts since 5.x.x to avoid rude messages.
Apart from the fact that I've not seen the rude messages of which you
speak, even though I expected to, this w
On Tue, 15 Nov 2011, Jim Lucas wrote:
Also, I recalled something from the early 5.1.0 version that was related to the
introduction of the date_timezone_set() function. So, from there I searched
Google for "php changelog" and found the changelog for php v5. Then I searched
that document for 'da
On 11/15/2011 2:58 PM, Tim Streater wrote:
> On 15 Nov 2011 at 22:34, Geoff Shang wrote:
>
>> The bug is that if a server's timezone is set to Europe/London and you
>> don't set an explicit timezone in your script, if it's winter time in
>> the UK, PHP thinks the timezone is UTC instead of Europ
On 15 Nov 2011 at 22:34, Geoff Shang wrote:
> The bug is that if a server's timezone is set to Europe/London and you
> don't set an explicit timezone in your script, if it's winter time in
> the UK, PHP thinks the timezone is UTC instead of Europe/London.
I find I need to do this:
date_defau
Hi,
A couple of weeks ago, I discovered what I'm pretty sure is a PHP bug.
In addition, I looked in the PHP changelog and I haven't seen any mention
of a fix for it.
I'm writing here because I was wondering if anyone else can confirm it and
what to do about it.
The bug is that if a server'
6 matches
Mail list logo