Sebastian Nohn wrote:
> It compiles fine.
> 
> Andi Gutmans wrote:
> 
>>Please check new packages at http://snaps.php.net/~andi
>>Will release tomorrow if there's not another major screwup :)

There are still some strtotime() issues to work out.

echo date("m d Y",strtotime("Jan 14, 2004"));

correctly gives: 01 14 2004

echo date("m d Y",strtotime("Jan.14, 2004"));

gives: 06 21 2005

This broke one of my apps in a rather hard-to-debug way.

-Rasmus

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to