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

Request #18396 Interbase file extensions are .IB now
Submitted: 2011-03-24 17:35 UTC
From: shehriyari Assigned: danielc
Status: Closed Package: MDB2_Driver_ibase (version 1.4.1)
PHP Version: 5.3.5 OS: Win 7 x64
Roadmaps: (Not assigned)    
Subscription  


 [2011-03-24 17:35 UTC] shehriyari (Shehi Imanov)
Description: ------------ In ibase.php library file source code, lines 103 and 457 explicitly enforce Interbase Db file extension to be ".gdb". However, at the moment, using Interbase XE Developer edition x64 version, the extension for new database files is ".ib". This needs to be fixed in source code so that extension enforce is either not applied altogether, OR ".ib" is added to the list of allowed extensions. My personal preference would be the removal of extension enforcement... It's really unnecessary.

Comments

 [2012-10-25 17:17 UTC] danielc (Daniel Convissor)
-Status: Open +Status: Closed -Assigned To: +Assigned To: danielc
I'll add .ib to the list of permitted extensions. While I agree it's silly to have the extension added, I don't want to remove the existing behavior because some users may rely on it.