XXIV. FrontBase Functions
These functions allow you to access FrontBase database servers. In
order to have these functions available, you must compile php with
fbsql support by using the --with-fbsql option. If you use this
option without specifying the path to fbsql, php will search for
the fbsql client libraries in the default installation location
for the platform. Users who installed FrontBase in a non standard
directory should always specify the path to fbsql: --with-fbsql=/path/to/fbsql. This will
force php to use the client libraries installed by FrontBase,
avoiding any conflicts.
More information about FrontBase can be found at http://www.frontbase.com/.
Documentation for FrontBase can be found at http://www.frontbase.com/cgi-bin/WebObjects/FrontBase.woa/wa/productsPage?currentPage=Documentation.
Frontbase support has been added to PHP 4.0.6.