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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 11:01:29 2024 UTC