On Mon, 21 Oct 2002, Melvyn Sopacua wrote:

> msopacua              Mon Oct 21 04:55:07 2002 EDT
> 
>   Modified files:              
>     /php4/ext/xml/tests       007.phpt 
>   Log:
>   Skip this when strtoupper doesn't behave as expected, because casefolding
>   depends on this.

erm, this is just a local problem. Just set the locale to "German" here 
and it will work just fine I think. IMO this is a hack :)

Derick

>   
>   
> Index: php4/ext/xml/tests/007.phpt
> diff -u php4/ext/xml/tests/007.phpt:1.3 php4/ext/xml/tests/007.phpt:1.4
> --- php4/ext/xml/tests/007.phpt:1.3   Thu Apr  4 09:33:05 2002
> +++ php4/ext/xml/tests/007.phpt       Mon Oct 21 04:55:07 2002
> @@ -1,7 +1,13 @@
>  --TEST--
>  xml_parse_into_struct/umlauts in tags
>  --SKIPIF--
> -<?php include("skipif.inc"); ?>
> +<?php // vim600: syn=php
> +include("skipif.inc");
> +if(strtoupper("äöü") == "äöü")
> +{
> +     die("skip strtoupper on non-ascii not supported on this platform");
> +}
> +?>
>  --FILE--
>  <?php
>  function startHandler($parser,$tag,$attr) { var_dump($tag,$attr); }
> 
> 
> 
> -- 
> PHP CVS Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

--

---------------------------------------------------------------------------
 Derick Rethans                                   http://derickrethans.nl/ 
 JDI Media Solutions
--------------[ if you hold a unix shell to your ear, do you hear the c? ]-


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

Reply via email to