Edit report at https://bugs.php.net/bug.php?id=55682&edit=1
ID: 55682 Updated by: paj...@php.net Reported by: paj...@php.net Summary: strtotime ro date() results differ on windows Status: Assigned Type: Bug Package: Date/time related Operating System: windows PHP Version: 5.4SVN-2011-09-13 (SVN) Assigned To: derick Block user comment: N Private report: N New Comment: Ignore my comment about ext\date\tests\timezone-configuration.phpt, putenv usage was the reason. Previous Comments: ------------------------------------------------------------------------ [2011-09-13 13:52:50] paj...@php.net Same for ext\date\tests\timezone-configuration.phpt: 001+ 1119132944 002+ 1119132944 002- 1119129344 003- 1119125744 ------------------------------------------------------------------------ [2011-09-13 13:48:09] paj...@php.net Derick, please take a look at this one, it would rock to have these last tests fixed on Windows too before beta1 :) ------------------------------------------------------------------------ [2011-09-13 13:47:36] paj...@php.net Description: ------------ Tests fail under windows. I'm not sure why, the main problem is the delta in the date function calls when a correct tz is set. Test script: --------------- \ext\date\tests\date_default_timezone_set-1.phpt Actual result: -------------- 005+ 2005-01-12T02:00:00-0500 006+ 2005-07-12T01:00:00-0500 005- 2005-01-12T03:00:00-0500 006- 2005-07-12T03:00:00-0500 ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55682&edit=1