Derick,

It looks some problem. I will look into it and update you.

Thanks,
Sanjay Mantoor

On Tue, Jan 27, 2009 at 7:52 PM, Derick Rethans <der...@php.net> wrote:
> derick          Tue Jan 27 14:22:18 2009 UTC
>
>  Modified files:              (Branch: PHP_5_3)
>    /php-src/ext/date/tests     gmstrftime_variation22.phpt
>                                strftime_variation22.phpt
>  Log:
>  - Fixed tests?
>  #- Wondering why those are not in HEAD though...
>
>
> http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/gmstrftime_variation22.phpt?r1=1.1.4.2&r2=1.1.4.3&diff_format=u
> Index: php-src/ext/date/tests/gmstrftime_variation22.phpt
> diff -u php-src/ext/date/tests/gmstrftime_variation22.phpt:1.1.4.2 
> php-src/ext/date/tests/gmstrftime_variation22.phpt:1.1.4.3
> --- php-src/ext/date/tests/gmstrftime_variation22.phpt:1.1.4.2  Thu Jan 22 
> 18:47:20 2009
> +++ php-src/ext/date/tests/gmstrftime_variation22.phpt  Tue Jan 27 14:22:17 
> 2009
> @@ -18,7 +18,7 @@
>
>  // Initialise function arguments not being substituted (if any)
>  $timestamp = gmmktime(8, 8, 8, 8, 8, 2008);
> -setlocale(LC_ALL, "en_US");
> +setlocale(LC_ALL, "en_US.utf8", "en_US");
>  date_default_timezone_set("Asia/Calcutta");
>
>  //array of values to iterate over
> http://cvs.php.net/viewvc.cgi/php-src/ext/date/tests/strftime_variation22.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
> Index: php-src/ext/date/tests/strftime_variation22.phpt
> diff -u php-src/ext/date/tests/strftime_variation22.phpt:1.1.2.2 
> php-src/ext/date/tests/strftime_variation22.phpt:1.1.2.3
> --- php-src/ext/date/tests/strftime_variation22.phpt:1.1.2.2    Wed Jan 21 
> 10:51:04 2009
> +++ php-src/ext/date/tests/strftime_variation22.phpt    Tue Jan 27 14:22:17 
> 2009
> @@ -17,7 +17,7 @@
>  echo "*** Testing strftime() : usage variation ***\n";
>
>  // Initialise function arguments not being substituted (if any)
> -setlocale(LC_ALL, "en_US");
> +setlocale(LC_ALL, "en_US.utf8", "en_US");
>  date_default_timezone_set("Asia/Calcutta");
>  $timestamp = mktime(8, 8, 8, 8, 8, 2008);
>
>
>
>
> --
> PHP CVS Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



-- 
Thanks,
Sanjay Mantoor

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to