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

Bug #16255 Strict standards: Redefining already defined constructor for class HTML_CSS in
Submitted: 2009-05-24 08:21 UTC
From: doconnor Assigned:
Status: Wont fix Package: HTML_CSS (version CVS)
PHP Version: 5.2.9 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2009-05-24 08:21 UTC] doconnor (Daniel O'Connor)
Description: ------------ See http://www.lauken.com/doconnor/results.txt I didn't look, but __construct() and function HTML_CSS() seem likely. Consider dropping one Test script: --------------- Run pear tests with E_STRICT Expected result: ---------------- No problems Actual result: -------------- Strict standards: Redefining already defined constructor for class HTML_CSS in /home/clockwerx/pear/HTML_CSS/CSS.php on line 306

Comments

 [2009-05-24 20:21 UTC] farell (Laurent Laville)
-Status: Open +Status: Feedback
Daniel, I don't agree with you. First because there are no rules in PEAR Coding Standard that said PHP4 packages should not used both class constructor Second E_STRICT compatibility is reserved for major version or PHP5 as explained in this page of PEAR Manual. http://pear.php.net/manual/en/standards.e_strict.php
 [2009-05-27 02:56 UTC] farell (Laurent Laville)
-Status: Feedback +Status: Wont fix