PHP Velho Oeste 2024

Pré-requis

L'extension SQLite est activée par défaut depuis PHP 5.0. Depuis la version PHP 5.4, l'extension SQLite n'est plus disponible que via PECL.

add a note add a note

User Contributed Notes 1 note

up
-75
andrew at NOSPAM dot aljweb dot com
10 years ago
This is the old SQLite2 extension, SQLite3 is the current SQLite driver for PHP 5.3+ and is included by default.
To Top