Mike Robinson <[EMAIL PROTECTED]> wrote:
> Sorry, that test _is_ in 4.2.3, and it failed there as well
> with the same problem, it just didn't output anything during
> make test.
Are your locale settings ok?
% locale
LANG=de_DE.ISO-8859-15
LC_CTYPE=de_DE
LC_NUMERIC="de_DE.ISO-8859-15"
LC_TIME="de_DE.ISO-8859-15"
LC_COLLATE=C
LC_MONETARY="de_DE.ISO-8859-15"
LC_MESSAGES="de_DE.ISO-8859-15"
LC_ALL=
% php ./run-tests.php ext/xml/tests/007.phpt
=====================================================================
CWD : /usr/local/src/php-cvs/php4
PHP : sapi/cli/php
PHP_SAPI : cli
PHP_VERSION : 4.3.0-dev
PHP_OS : Linux
INI actual : /usr/local/lib/php.ini
More .INIs :
Extra dirs :
=====================================================================
Running selected tests.
PASS xml_parse_into_struct/umlauts in tags [ext/xml/tests/007.phpt]
% LC_ALL=C php ./run-tests.php ext/xml/tests/007.phpt
=====================================================================
CWD : /usr/local/src/php-cvs/php4
PHP : sapi/cli/php
PHP_SAPI : cli
PHP_VERSION : 4.3.0-dev
PHP_OS : Linux
INI actual : /usr/local/lib/php.ini
More .INIs :
Extra dirs :
=====================================================================
Running selected tests.
FAIL xml_parse_into_struct/umlauts in tags [ext/xml/tests/007.phpt]
Regards...
Michael
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php