summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/interbase/interbase_utility.php
AgeCommit message (Collapse)AuthorFilesLines
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway...
2012-02-22Close services after using them, added dbutil->backup() methodTimothy Warren1-5/+15
2012-02-16narfbg suggested fixesTimothy Warren1-8/+4
2012-02-15Minor codestyle fixTimothy Warren1-0/+1
2012-02-14Added public declarationsTimothy Warren1-4/+4
2012-02-14First iteration of interbase driverTimothy Warren1-0/+108