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  


 [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)