Home » PEAR » PEAR_PackageFileManager » Bug #5874
Fails generation on missing "notes" element without error message.
Details
| Submitted | 2005-11-05 17:26 UTC |
|---|---|
| From | michal dot unzeitig at artio dot net |
| Assigned | farell |
| Status | Closed |
| Package | PEAR_PackageFileManager |
| PHP Version | Irrelevant |
| OS | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2005-11-05 17:26 UTC] michal dot unzeitig at artio dot net
Description:
------------
If "notes" option is missing in setOptions setting, the generation of XML fails, but no error message is given.
Error is detected in PEAR_PackageFile_v1::validate() at
if (empty($info['release_notes']))
, which results in that $packagexml = $common->xmlFromInfo($this->_packageXml) return false value.
The error is however not detected anywhere.