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

Bug #13243 Uses PHP 5 code
Submitted: 2008-02-28 13:28 UTC
From: yunosh Assigned: doconnor
Status: Closed Package: Text_Figlet (version CVS)
PHP Version: 4.4.8 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2008-02-28 13:28 UTC] yunosh (Jan Schneider)
Description: ------------ Though being a PHP 4 package, in Figlet.php line 109, there is PHP5-only dereferencing being used: $fontdir = PEAR_Config::singleton()->get('data_dir')

Comments

 [2008-04-05 20:14 UTC] cweiske (Christian Weiske)
patch attached.
 [2008-12-01 11:52 UTC] doconnor (Daniel O'Connor)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better. Jan, want to verify ?
 [2008-12-01 12:22 UTC] yunosh (Jan Schneider)
That commit looks fine.