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

Bug #7056 factory() typo bug in revision 1.34
Submitted: 2006-03-07 23:45 UTC
From: gauthierm Assigned: jausions
Status: Closed Package: Image_Transform (version CVS)
PHP Version: 5.1.2 OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2006-03-07 23:45 UTC] gauthierm (Michael Gauthier)
Description: ------------ In revision 1.34, line 198 changed from if ('' == $driver) { to if ($driver = '') { This is a bug. It should be if ($driver == '') { Otherwise specifying a driver has no effect. This is a one-line typo fix so I am not submitting a patch.

Comments

 [2006-03-08 00:28 UTC] jausions
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. Thanks for the catch...