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


There are also a couple of tests related with strtotime() (or date()) that fail on Solaris:
http://mega.ist.utl.pt/~ncpl/php_test_results_20050621_2035.txt


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

Reply via email to