PEAR is archived and read-only

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

Home » File System » File » Bug #5329

package.xml contains unparsable string

Details

Submitted2005-09-08 02:30 UTC
Frommdragilev at sbcglobal dot net
StatusDuplicate
PackageFile
PHP Version5.0.5
OSWindows 2003
Roadmaps(Not assigned)

Comments

[2005-09-08 02:30 UTC] mdragilev at sbcglobal dot net

Description:
------------
The following section in package.xml is causing problems:

<user>dufuz</user>
<name>Helgi Þormar</name>
<email>helgi@php.net</email>
<role>developer</role>
</maintainer>
</maintainers>

In particular Þ is causing "pear install file" to fail. I removed that portion and the install worked fine. Appearently php_xmlrpc.dll was having problems parsing the string.

Actual result:
--------------
C:\php>pear install file

downloading File-1.2.1.tgz ...
Starting to download File-1.2.1.tgz (15,892 bytes)
......done: 15,892 bytes
XML error: Undeclared entity warning at line 232

[2005-09-08 05:01 UTC] tommythekid at gmail dot com

I am also getting that error on my system.

Fudge:~ root# pear upgrade file
downloading File-1.2.1.tgz ...
Starting to download File-1.2.1.tgz (15,892 bytes)
......done: 15,892 bytes
XML error: Undeclared entity warning at line 232
Fudge:~ root# pear -V
PEAR Version: 1.3.6
PHP Version: 5.0.4
Zend Engine Version: 2.0.4-dev
Running on: Darwin Fudge.local 8.2.0 Darwin Kernel Version 8.2.0: Fri Jun 24 17:46:54 PDT 2005; root:xnu-792.2.4.obj~3/RELEASE_PPC Power Macintosh
Fudge:~ root#

[2005-09-08 05:03 UTC] tommythekid at gmail dot com

SEE ALSO: http://pear.php.net/bugs/bug.php?id=5113