php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29859 news.rss feed is not well-formed XML
Submitted: 2004-08-27 07:16 UTC Modified: 2004-08-31 19:37 UTC
From: gerph at gerph dot org Assigned:
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
 [2004-08-27 07:16 UTC] gerph at gerph dot org
Description:
------------
The current news feed in RSS is not well-formed XML. It is 
explicitly declared as UTF-8, but then uses a non-UTF-8 
character sequence in a feed item (the word 
'Z<u-umlaut>rich').
This should be a valid UTF-8 sequence or an entity.

Was a fault reported against FeedReader:
http://sf.net/tracker/index.php?func=detail&aid=1017295&grou
p_id=70179&atid=526863

This might be a dupe of bug #28450, reported in May, but I 
would not have thought that it would take so many months 
for a CVS change to propogate.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-08-27 09:28 UTC] derick@php.net
Where is it explicitly defined as UTF8? I can't find that.
 [2004-08-27 13:22 UTC] goba@php.net
The XML encoding is specified in the XML declaration of the file.
 [2004-08-27 13:27 UTC] derick@php.net
Goba, where is the code that generates this file?

Derick
 [2004-08-27 13:28 UTC] goba@php.net
php-master-web/scripts/rss_parser
 [2004-08-27 13:43 UTC] derick@php.net
Goba,

any clue where it is run btw?

Derick
 [2004-08-27 13:46 UTC] goba@php.net
It is included from update-backend (in the same folder)
 [2004-08-27 13:54 UTC] derick@php.net
Which machine I meant ;-)
 [2004-08-27 14:02 UTC] goba@php.net
No idea.
 [2004-08-27 15:49 UTC] derick@php.net
This bug has been fixed in CVS. Since the websites are not directly
updated from the CVS server, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.


 [2004-08-31 19:37 UTC] gerph at gerph dot org
Confirmed fixed, thanks.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Aug 19 19:00:03 2025 UTC