Control Web Panel

WebPanel => PHP => Topic started by: sattva on January 20, 2020, 03:03:03 PM

Title: Install Howto php 7.2 interbase?
Post by: sattva on January 20, 2020, 03:03:03 PM
Install Howto php 7.2 interbase CWP?
Title: Re: Install Howto php 7.2 interbase?
Post by: Igor S. on January 21, 2020, 07:24:32 AM
Hi, what exactly problem do you have?
Title: Re: Install Howto php 7.2 interbase?
Post by: sattva on January 21, 2020, 03:33:53 PM
Hi, so there is no such item

https://prnt.sc/qqtyol
Title: Re: Install Howto php 7.2 interbase?
Post by: sattva on January 21, 2020, 05:15:40 PM
I understand correctly, you need to add a section to:

/usr/local/cwpsrv/htdocs/resources/conf/php_switcher

and find the .ini file that correspond with the php version you want to install, in this example will be 7.2.ini


[pdo-firebird]
default=0
option="--with-pdo-firebird"
info-file=pdo-firebird.txt
Title: Re: Install Howto php 7.2 interbase?
Post by: sattva on January 21, 2020, 07:34:16 PM
checking for Firebird support... no
checking for Firebird support for PDO... yes
checking for fb_config... no
checking for isc_detach_database in -lfbclient... no
checking for isc_detach_database in -lgds... no
checking for isc_detach_database in -lib_util... no
configure: error: libfbclient, libgds or libib_util not found! Check config.log for more information.
Title: Re: Install Howto php 7.2 interbase?
Post by: sattva on January 22, 2020, 09:02:08 AM
help me
Title: Re: Install Howto php 7.2 interbase?
Post by: sattva on January 22, 2020, 09:43:08 AM
We managed to solve the problem by installing it on a local server firebird. And recompile everything again with the parameter --with-pdo-firebird. And in php.ini uncomment extension = pdo_firebird. Reboot.
Title: Re: Install Howto php 7.2 interbase?
Post by: Williampc on July 19, 2021, 03:41:09 PM
Hi, I need some help to install firebird and interbase in centos, could anyone help me?