History of FirebirdInstallNotes
Version 3 | Current version | |
---|---|---|
Things to watch out for when installing using a Firebird database. create_firebird15_database.php may need adjusting to line up with your current Apache/Firebird setup. Line 36 should point to a valid and accessable temporary directory, and line 43 needs to point to your firebird programs directory. Both of these niggles need to be cleaned up and any help doing that will be welcome. In addition, schema_inc.php located in \quicktags\admin needs a little help at the end of line 33. \'\'text\'\' needs to be replaced by4x ' text 4x ' (will not display as wiki syntax to provide the correct excaping of -'- characters in the insert script. | Firebird is a simple yet powerful, fully open source relational database. It can be download from the Firebird Project Site Reworked 17th Feb 2009 for Release 2.5 ( Still applicable for the 2.7 build )
Once a database has been located and the config_inc.php file has been populated, there should be no problems with using Firebird. |