php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #66224 package.xml broken
Submitted: 2013-12-03 09:50 UTC Modified: 2021-01-16 07:37 UTC
Votes:3
Avg. Score:3.7 ± 0.9
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: cweiske@php.net Assigned: cmb (profile)
Status: Closed Package: memcache (PECL)
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: cweiske@php.net
New email:
PHP Version: OS:

 

 [2013-12-03 09:50 UTC] cweiske@php.net
Description:
------------
package2.xml is broken; it does not validate against the XSD listed in its root tag.

error message is:
Line 0: Element '{http://pear.php.net/dtd/package-2.0}date': '2004-xx-xx' is not a valid value of the atomic type 'xs:date'.

validate it yourself:
$ xmllint --schema http://pear.php.net/dtd/package-2.0.xsd package2.xml 

This leads to the problem that the package cannot be installed with pyrus.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-01-15 14:08 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2021-01-15 14:08 UTC] cmb@php.net
It appears that package2.xml has been removed altogether in the
meantime.  Would that be an issue?
 [2021-01-16 07:37 UTC] cweiske@php.net
-Status: Feedback +Status: Closed
 [2021-01-16 07:37 UTC] cweiske@php.net
Yes :)
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 10:01:33 2025 UTC