--- embedaddon/php/ext/standard/tests/time/strptime_basic.phpt 2012/02/21 23:48:04 1.1.1.1 +++ embedaddon/php/ext/standard/tests/time/strptime_basic.phpt 2012/05/29 12:34:45 1.1.1.2 @@ -5,6 +5,7 @@ Test strptime() function : basic functionality if (!function_exists('strptime')) { die("skip - strptime() function not available in this build"); } + if(PHP_OS == 'Darwin') die("skip - strptime() behaves differently on Darwin"); ?> --FILE--