Subject | Re: Firebird 2.1.3 (ibase_server_info(): unknown ISC error 0) |
---|---|
Author | jbondc |
Post date | 2010-07-30T02:54:11Z |
--- In firebird-php@yahoogroups.com, Ricardo Uzcategui <ricardo.uzcategui@...> wrote:
wget http://ca2.php.net/get/php-5.2.13.tar.gz/from/ca.php.net/mirror
tar zxvf php-5.2.13.tar.gz
cd php-5.2.13/ext/interbase/
phpize
make
That creates php-5.2.13/ext/interbase/modules/interbase.so
You can also do
cd php-5.2.13
./configure --with-interbase=shared
make
>What I did roughly for php 5.2.13:
> A Question..
>
> Where you locate the firebird.so for firebird 2.1.3 binary to access from
> php ?
>
wget http://ca2.php.net/get/php-5.2.13.tar.gz/from/ca.php.net/mirror
tar zxvf php-5.2.13.tar.gz
cd php-5.2.13/ext/interbase/
phpize
make
That creates php-5.2.13/ext/interbase/modules/interbase.so
You can also do
cd php-5.2.13
./configure --with-interbase=shared
make