Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.1.2

Bug #1010 PHPdocumentor patch
Submitted: 2004-03-14 07:34 UTC
From: dufuz Assigned: sebastian
Status: Closed Package: XML_Transformer
PHP Version: Irrelevant OS: n/a
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 35 + 14 = ?

 
 [2004-03-14 07:34 UTC] dufuz
Description: ------------ This bug was taken from the old bug system http://bugs.php.net/bug.php?id=25596 please close it as soon as you close this one. [18 Sep 2003 3:09pm EDT] junk at steti dot com Description: ------------ The PEAR module XML::Transformer version 0.8.2, has invalid tags that cause PHPdocumentor to fail. This fix is on line 203, as it contains a @param tag with no datatype/or description. Either removing the line, or setting it to '@param NULL' will fix this issue. [13 Mar 3:38pm EST] helgi at trance dot is Here's the diff for that ;) The line nr has of coz changed because there is more recent version of this pacagke then when this was reported :) But sadly this very very very litle indeed bug hasn't been fixed ;/ --- Transformer.php 2004-03-13 19:38:39.000000000 +0000 +++ Transform_Changed.php 2004-03-13 19:40:45.000000000 +0000 @@ -371,7 +371,7 @@ /** * Returns a stack dump as a debugging aid. * - * @param + * @param NULL * @return string * @access public */

Comments

 [2004-03-14 07:40 UTC] sebastian at php dot net
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.php.net website problem, the change will show up on the website in short time. Thank you for the report, and for helping us make PEAR better.