Reason behind missing sqlite3 and pdo_sqlite in ea-php74

kumkumsharma

Administrator
Staff member
Why is sqlite3 and pdo_sqlite missing from ea-php74?

You can check from below command:

Code:
# ea-php74 -m | grep sqlite
You will not get Sqlite3 and pdo_sqlite on Centos 6 and CloudLinux 6 servers. Its because PHP version 7.4 needs sqlite-devel version 3.7.5 or later but Centos 6 does not provide this.

How to know the compatibility of EasyApache 4 with HTTP2?

You have to customize your profile because mostly EA4 does not include mod_http2.

You can customize profiles with below steps:

We have to customize profile to enable HTTP2 module, for that you can follow below steps:
  • Login to WHM.
  • Click on “Customize” option and after that choose “Apache Modules”.
  • Now enable mod_http2 by clicking on toggle button and then click on “Review”.
  • You will see other windows, you have to check all your modules here and then click on “Provision”.
 
Top