T
T
true2021-12-30 18:58:38
PHP
true, 2021-12-30 18:58:38

How to enable sqlite in MAMP?

out of the box sqlite does not start in MAMP

$db = new SQLite3("test.db");
$db = sqlite_open("test.db");


both options do not work
Call to undefined function

php 7.4.2

found the following lines in the php.ini file:
[sqlite3]
;sqlite3.extension_dir =

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question