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

Bug #196 handles used in XSLT_ext.php are incorrect
Submitted: 2003-11-05 00:19 UTC
From: jpatrin at pnicorp dot com Assigned: arnaud
Status: Closed Package: XML_XSLT_Wrapper
PHP Version: 4.3.2 OS: Windows
Roadmaps: (Not assigned)    
Subscription  


 [2003-11-05 00:19 UTC] jpatrin at pnicorp dot com
Description: ------------ In the XSLT_ext.php file, the handles to the xsl processor are inconsistent and incorrect. The variable given at the top of the class is _hXSLT, but the use of it in the class is hXSLT. Also, in the error functions (xslt_error and xslt_errno), the _oXSL variable is used, which is never set. I assume this is a throwback to the DOM_XSL.php file. These should also be _hXSLT. Reproduce code: --------------- N/A Expected result: ---------------- N/A Actual result: -------------- N/A

Comments

 [2004-06-13 14:03 UTC] pierre at dotgeek dot org
s/pajoye/arnaud/
 [2004-07-11 22:58 UTC] gurugeek
Dear Maintainer, Your package XML_XSLT_Wrapper has currently 3 open bugs. We urge you to take the necessary steps to solve the reported issues at your soonest convenience. If the bug issue hasn’t been addressed yet you are kindly asked to take the necessary steps to ensure a prompt resolution of the problem. If you already addressed the reported problem feel free to change the bug status as soon as possible. Regards David Costa PEAR Quality Assurance pear-qa@lists.php.net
 [2005-04-02 17:05 UTC] arnaud
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.