Установите sqlite3 для php8.3 на сервере Ubuntu, работающем с nginx. ⇐ Php
-
Гость
Установите sqlite3 для php8.3 на сервере Ubuntu, работающем с nginx.
I want to enabled sqlite for a website running with php 8.3. This website should use sqlite, but when I try to install it (like in php 8.2) sudo apt install php8.3-sqlite3 it doesn't work. How to install sqlite in php 8.3?
I think sqlite has no big changes between php 8.2, is it possible to copy from php 8.2?
I try sudo apt install php8.3-sqlite3. But it return
Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package php8.3-sqlite3 E: Couldn't find any package by glob 'php8.3-sqlite3' I looked on some obscure forums. They say to compile my own sqLite to use it, but it's too obscure for me without a real tutorial
Источник: https://stackoverflow.com/questions/780 ... with-nginx
I want to enabled sqlite for a website running with php 8.3. This website should use sqlite, but when I try to install it (like in php 8.2) sudo apt install php8.3-sqlite3 it doesn't work. How to install sqlite in php 8.3?
I think sqlite has no big changes between php 8.2, is it possible to copy from php 8.2?
I try sudo apt install php8.3-sqlite3. But it return
Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package php8.3-sqlite3 E: Couldn't find any package by glob 'php8.3-sqlite3' I looked on some obscure forums. They say to compile my own sqLite to use it, but it's too obscure for me without a real tutorial
Источник: https://stackoverflow.com/questions/780 ... with-nginx
Мобильная версия