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

Bug #1450 case sensitive in_array()
Submitted: 2004-05-20 10:49 UTC
From: michael at mompopmedia dot com Assigned:
Status: Duplicate Package: Config
PHP Version: 5.0.0RC2 (Release Candidate 2) OS: RH9
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 : 21 + 15 = ?

 
 [2004-05-20 10:49 UTC] michael at mompopmedia dot com
Description: ------------ on line 696 of Container.php, a case sensitive search fails where it should succeed: if (in_array('writedatasrc', get_class_methods($className))) { either get_class_methods results shoudl be lower cased, or correct case shoudl be search "writeDatasrc"

Comments

 [2004-06-04 09:38 UTC] bmansion at mamasam dot com
A duplicate of #860