Hannes Magnusson wrote:
On 4/9/07, Maciek Sokolewicz <[EMAIL PROTECTED]> wrote:
tularis Mon Apr 9 13:24:35 2007 UTC
Modified files:
/phpdoc/en/reference/datetime/functions strtotime.xml
Log:
fix typo in section about 2-digit interpretation (usernote)
http://cvs.php.net/v
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hannes Magnusson wrote:
>> -between 0-69 are mapped to 2000-2069 and 70-100 to 1970-2000.
>> +between 0-69 are mapped to 2000-2069 and 70-99 to 1970-2000.
>
> This doesn't make sense either. Shouldn't it be 1970-1999 then?
99, the end limit,
On 4/9/07, Maciek Sokolewicz <[EMAIL PROTECTED]> wrote:
tularis Mon Apr 9 13:24:35 2007 UTC
Modified files:
/phpdoc/en/reference/datetime/functions strtotime.xml
Log:
fix typo in section about 2-digit interpretation (usernote)
http://cvs.php.net/viewvc.cgi/phpdoc/en/refer
Derick Rethans wrote:
> Please fix the docs now before you forget.
Done.
> Didn't I already say that I was fixing this and that the broken
> behavior would only be in 5.0.0-5.0.2?
No, you said "I am working on this, but it's a lot of work to
"do-it-right", so please be patient." There were no ve
On Tue, 16 Nov 2004, Jakub Vrana wrote:
> Nuno Lopes wrote:
> > Today Derick has (hopefully) fixed this problem for PHP 5.0.3.
>
> Great! I propose to leave the warning in the docs and write PHP 5 <
> 5.0.3 or something similar.
Please fix the docs now before you forget. Didn't I already say that
Nuno Lopes wrote:
> Today Derick has (hopefully) fixed this problem for PHP 5.0.3.
Great! I propose to leave the warning in the docs and write PHP 5 <
5.0.3 or something similar.
Jakub Vrana
+
+
+ In PHP 5, "now" and other relative times are
wrongly
+ computed from today's midnight. It differs from earlier versions
where
+ it is correctly computed from current time.
+
+
Today Derick has (hopefully) fixed this problem for PHP 5.0.3.
Nuno