PHP interbase support

General support questions
Post Reply
mrtblt
Posts: 3
Joined: 2011/11/04 18:16:20

PHP interbase support

Post by mrtblt » 2011/11/13 07:13:33

Hi,

In Centos 6, does PHP have interbase support?

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

PHP interbase support

Post by pschaff » 2011/11/16 01:20:45

Don't know, but let's see what [url=https://www.google.com/search?q=PHP+interbase+centos6+OR+rhel6+OR+%22red+hat+enterprise+linux+6%22&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a]google[/url] has to say about it. Looks hopeful.

How about a [url=https://www.google.com/search?q=PHP+interbase+site%3Acentos.org&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a]site search[/url]. Worth pursuing.

Let's see what yum can turn up:[code]
# yum --noplugins --showduplicates --enablerepo \* --disablerepo \*-source --disablerepo \*debug\* search all interbase
============================== Matched: interbase ==============================
php-ZendFramework-Db-Adapter-Firebird-1.11.9-1.el6.noarch : Zend Framework
...: database adapter for InterBase
php-interbase-5.3.3-1.el6.i686 : Standard PHP module provides interbase/firebird
: support
php-adodb-4.81-1.el6.rf.noarch : Portable Database Library for PHP
# yum --noplugins --showduplicates --enablerepo \* --disablerepo \*-source --disablerepo \*debug\* info php-ZendFramework-Db-Adapter-Firebird
Available Packages
Name : php-ZendFramework-Db-Adapter-Firebird
Arch : noarch
Version : 1.11.9
Release : 1.el6
Size : 12 k
Repo : epel
Summary : Zend Framework database adapter for InterBase
URL : http://framework.zend.com/
License : BSD
Description : This package contains the files for Zend Framework necessary to
: connect to a Firebird/InterBase database.
# yum --noplugins --showduplicates --enablerepo \* --disablerepo \*-source --disablerepo \*-debug\* list php-ZendFramework-Db-Adapter-Firebird php-interbase php-adodb
Available Packages
php-ZendFramework-Db-Adapter-Firebird.noarch 1.11.9-1.el6 epel
php-adodb.noarch 4.81-1.el6.rf rpmforge
php-adodb.noarch 4.95-1.a.el6 epel
php-interbase.i686 5.3.3-1.el6 epel
# yum --enablerepo epel info php-adodb php-interbase
Loaded plugins: priorities, refresh-packagekit
5643 packages excluded due to repository priority protections
Available Packages
Name : php-adodb
Arch : noarch
Version : 4.95
Release : 1.a.el6
Size : 426 k
Repo : epel
Summary : Active Data Objects Data Base
URL : http://adodb.sf.net
License : BSD or LGPLv2+
Description : PHP is a wonderful language for building dynamic web pages.
: Unfortunately, PHP's database access functions are not
: standardised. Every database extension uses a different and
: incompatibile API. This creates a need for a database class
: library to hide the differences between the different databases
: (encapsulate the differences) so we can easily switch databases.
:
: !! TODO !! MAKE A SUBPACKAGE FOR THE PEAR::AUTH DRIVER

Name : php-interbase
Arch : i686
Version : 5.3.3
Release : 1.el6
Size : 47 k
Repo : epel
Summary : Standard PHP module provides interbase/firebird support
URL : http://www.php.net/
License : The PHP License
Description : Standard PHP module provides interbase/firebird support
[/code]
Some options to explore.

Post Reply