0

Default PHP 8.2.1 on Centos includes SQLite 3.7.17. I am able to upgrade it to the latest SQLite with the aid of this article.

The problem is now this is a production server I wouldn't want to change the sqlite version for existing databases, only for new ones. Is there a way to tell PHP on some php.ini option to use the specific latest libsqlite3.so version on a specific project and keep the old /usr/lib64/libsqlite3.so.0.8.6 for default?

Michael Chourdakis
  • 189
  • 1
  • 2
  • 11

0 Answers0