Re: [PHP-DEV] small bug in date()

2008-05-02 Thread Derick Rethans
On Fri, 2 May 2008, Jon L. wrote: > php-5.2.6\ext\date\php_date.c @ 813-820 > > rfc_colon isn't reset between the 'O' and 'P' format characters. > Allowing (date('P O') === date('P P')) to return true. > > Has anyone else noticed this? No, but I just fixed it in CVS for PHP 5.3 and HEAD, and wi

[PHP-DEV] small bug in date()

2008-05-02 Thread Jon L.
php-5.2.6\ext\date\php_date.c @ 813-820 rfc_colon isn't reset between the 'O' and 'P' format characters. Allowing (date('P O') === date('P P')) to return true. Has anyone else noticed this? - Jon L.