Subject | Re: Firebird, PHP on CentOS 5 again |
---|---|
Author | ionutz_gorea |
Post date | 2009-05-03T17:30:26Z |
--- In firebird-php@yahoogroups.com, "Anderson Farias" <peixedragao@...> wrote:
The "official" version of what Anderson had already said can be found here: http://www.firebirdfaq.org/faq191/ .
Last week I installed for the first time firebird support for php on a CentOS 5.3 with an existing Firebird 2.1.2 and PHP 5.1.6, all of them were 64 bit version, so if you need the interbase.so file I can give it to you.
Ionut Gorea
>Hi,
The "official" version of what Anderson had already said can be found here: http://www.firebirdfaq.org/faq191/ .
Last week I installed for the first time firebird support for php on a CentOS 5.3 with an existing Firebird 2.1.2 and PHP 5.1.6, all of them were 64 bit version, so if you need the interbase.so file I can give it to you.
Ionut Gorea
> Hi,
>
> > I've too little knowledge to understand this post:
> > http://tech.groups.yahoo.com/group/firebird-php/message/2703
> >
> > Is there by now a more simple procedure to get php-firebird going on
> > CentOS 5.3 with an existing Firebird 2.1.2 and PHP 5.1.6 installation?
>
> Well, the steps I folow is install php5-dev (so I get php build tools like
> phpize) and download the sources for the php version in use. Than folow
> build process. Example:
>
> # cd /home/someuser/phpsources/ext/interbase
> # phpize
> # ./configure --with-interbase=shared,/opt/firebird
> # make
> # cp modules/interbase.so /usr/lib/php5
>
>
> You must edit php.ini adding:
>
> extension = interbase.so;
>
> and last, restart apache.
>
>
> Regards,
> Anderson Farias
>