PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » PEAR » PEAR » Bug #5123

Bad encoding or entities

Details

Submitted2005-08-17 12:19 UTC
Fromdexter at debian dot dot dot org
StatusBogus
PackagePEAR
PHP Version5.1.0
OSsource install
Roadmaps(Not assigned)

Comments

[2005-08-17 12:19 UTC] dexter at debian dot dot dot org

Description:
------------
Description:
------------
$ sapi/cli/php -n -C -q -d
include_path=../pear ../pear/scripts/pearcmd.php -v
-c $(pwd)/.pearrc install --installroot=$(pwd)/tmp-pear
--force --nodeps ../pear/package-Archive_Tar.xml
XML error: not well-formed (invalid token) at line 22

$ sed -n 22p ../pear/package-Archive_Tar.xml
<name>Stig Sćther Bakken</name>

It seems that XML parser does not recognize encoding?!

The previous PHP5.0.4 and php5.1.0b3 binaries work
correctly.

Test script:
---------------
$ sapi/cli/php -n -C -q -d
include_path=../pear ../pear/scripts/pearcmd.php -v
-c $(pwd)/.pearrc install --installroot=$(pwd)/tmp-pear
--force --nodeps ../pear/package-Archive_Tar.xml