Question
Why is sqlite missing from PHP 7.4?
# ea-php74 -m | grep sqlite
#
Answer
Sqlite3 and pdo_sqlite are not available in this version of PHP on Centos 6 and CloudLinux 6 servers.
The reason is PHP 7.4 requires sqlite-devel version 3.7.5 or later which CentOS 6 does not provide.
More information can be found in our documentation.
Comments
0 comments
Article is closed for comments.