Install php 7.2 interbase?
hello sorry for my bad english but it is important for me . I can not find any document for this problem.
i had php 7.2 in apache but can not install pdo interbase
so i uncheck php 7.2 from easyapache profile for reinstall but now i can not see php7.2 in apache profile. i tried to insatall php 7.2 on ssh that:
yum install ea-php72
it said:
ea-php72 does not have a package available.
Error: Nothing to do
how can i install php 7.2 again and pdo interbase for firebird
-
Hello @Kewi Can you run the following: rpm -qa |grep ea-php72
And provide the output? Also, we do not offer pdo_firebird but we do offer PDO for php 7.2ea-php72-php-pdo.x86_64 : A database access abstraction module for PHP applications0 -
Hello @Kewi Can you run the following:
rpm -qa |grep ea-php72
And provide the output? Also, we do not offer pdo_firebird but we do offer PDO for php 7.2ea-php72-php-pdo.x86_64 : A database access abstraction module for PHP applications
rpm -qa |grep ea-php72 output: [root@linux2 laravel]# rpm -qa |grep ea-php72 ea-php72-php-mysqlnd-7.2.19-1.1.3.cpanel.x86_64 ea-php72-php-imap-7.2.19-1.1.3.cpanel.x86_64 ea-php72-php-ioncube10-10.3.2-2.2.15.cpanel.x86_64 ea-php72-pear-1.10.7-1.1.18.cpanel.noarch ea-php72-php-calendar-7.2.19-1.1.3.cpanel.x86_64 ea-php72-7.2.19-1.1.1.cpanel.x86_64 ea-php72-php-devel-7.2.19-1.1.3.cpanel.x86_64 ea-php72-php-bcmath-7.2.19-1.1.3.cpanel.x86_64 ea-php72-php-zip-7.2.19-1.1.3.cpanel.x86_64 ea-php72-php-common-7.2.19-1.1.3.cpanel.x86_64 ea-php72-php-gd-7.2.19-1.1.3.cpanel.x86_64 ea-php72-php-ftp-7.2.19-1.1.3.cpanel.x86_64 ea-php72-php-sockets-7.2.19-1.1.3.cpanel.x86_64 ea-php72-php-cli-7.2.19-1.1.3.cpanel.x86_64 ea-php72-php-curl-7.2.19-1.1.3.cpanel.x86_64 ea-php72-php-posix-7.2.19-1.1.3.cpanel.x86_64 ea-php72-php-mbstring-7.2.19-1.1.3.cpanel.x86_64 ea-php72-php-iconv-7.2.19-1.1.3.cpanel.x86_64 ea-php72-php-pdo-7.2.19-1.1.3.cpanel.x86_64 ea-php72-php-xml-7.2.19-1.1.3.cpanel.x86_64 ea-php72-libc-client-2007f-14.14.2.cpanel.x86_64 ea-php72-php-fpm-7.2.19-1.1.3.cpanel.x86_64 ea-php72-runtime-7.2.19-1.1.1.cpanel.x86_64 ea-php72-php-litespeed-7.2.19-1.1.3.cpanel.x86_640 -
This show's you have PHP 7.2 installed as well as PDO for PHP 7.2 0 -
This show's you have PHP 7.2 installed as well as PDO for PHP 7.2
yes but i wannt to use interbase extension on php 7.2. when i try to connect with pdo firebird an error occured that "driver can not found"0 -
As per my previous response we don't offer this in EasyApache 4 Also, we do not offer pdo_firebird but we do offer PDO for php 7.2
You'd need to roll your own RPM if you wanted to use it - we do have some documentation on this here: How to Build and Install Custom RPMs - cPanel Knowledge Base - cPanel Documentation0 -
The problem with this is it's looking for/requiring the php-pdo package from ius not the php-pdo package you have installed from the EA4 repository. 0
Please sign in to leave a comment.
Comments
7 comments