“Instalar PHP-SQLITE3” Código de respuesta

PHP 7.4 Extensión Sqlite Ubuntu

sudo apt-get install php7.4-cli php7.4-fpm php7.4-bcmath php7.4-curl php7.4-gd php7.4-intl php7.4-json php7.4-mbstring php7.4-mysql php7.4-opcache php7.4-sqlite3 php7.4-xml php7.4-zip
Yellowed Yacare

Instalar PHP-SQLITE3

//For those using windows; 

//Navigate to the php.ini file(-C:\php\php.ini)

//Enable the following:

//	;extension=pdo_sqlite by removing the /;/ should look like this extension=pdo_sqlite

//	;extension=sqlite3 should be extension=sqlite3 without the ; symbol
Puzzled Pelican

Respuestas similares a “Instalar PHP-SQLITE3”

Preguntas similares a “Instalar PHP-SQLITE3”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código