Skip to main content

Install php 7.2 interbase?

Comments

7 comments

  • cPanelLauren
    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.2 ea-php72-php-pdo.x86_64 : A database access abstraction module for PHP applications
    0
  • Kewi
    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.2 ea-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_64
    0
  • cPanelLauren
    This show's you have PHP 7.2 installed as well as PDO for PHP 7.2
    0
  • Kewi
    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
  • cPanelLauren
    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 Documentation
    0
  • Kewi
    As per my previous response we don't offer this in EasyApache 4 You'd need to roll your own RPM if you wanted to use it - we do have some documentation on this here:
    0
  • cPanelLauren
    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.