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

Bug #19583 PEAR::loadExtension() -> extension_loaded()
Submitted: 2012-08-27 18:03 UTC
From: danielc Assigned: danielc
Status: Closed Package: MDB2 (version SVN)
PHP Version: 5.4.6 OS:
Roadmaps: 2.5.0b4    
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 : 31 + 34 = ?

 
 [2012-08-27 18:03 UTC] danielc (Daniel Convissor)
Description: ------------ PEAR::loadExtension() has two problems. First, it's being called statically, which is an E_STRICT issue. Second, it calls dl(), which is deprecated. Change all calls to use extension_loaded().

Comments

 [2012-08-27 18:57 UTC] danielc (Daniel Convissor)
-Status: Open +Status: Closed -Assigned To: +Assigned To: danielc
 [2012-08-27 20:38 UTC] danielc (Daniel Convissor)