ID: 41501 Updated by: [EMAIL PROTECTED] Reported By: stas at zend dot com Status: Feedback Bug Type: Date/time related Operating System: Windows XP PHP Version: 5.2.3RC1 New Comment:
I think all those that are not in MSDN docs: http://msdn2.microsoft.com/en-us/library/fe06s4ak(VS.71).aspx Previous Comments: ------------------------------------------------------------------------ [2007-05-27 17:52:26] [EMAIL PROTECTED] Stas can you please identify which tokens does MSVC8 does not understand? ------------------------------------------------------------------------ [2007-05-25 19:41:57] [EMAIL PROTECTED] Looks like it happens because Windows strftime doesn't understand many of the formats Unix one does _and_ on MSVC8 it is configured by default to throw an error (leading to DrWatson dialog) when invalid parameters are used. ------------------------------------------------------------------------ [2007-05-25 18:02:20] stas at zend dot com Description: ------------ php build 5.2.3rc1 crashes on date/tests/009.phpt on Windows. The line leading to the crash seems to be this one: var_dump(strftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V %W %w %x %X %y %Y %Z %z %%", $t)); ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41501&edit=1