PHP Velho Oeste 2024

要件

SQLite 拡張モジュールは PHP 5.0 以降デフォルトで有効となりました。 PHP 5.4 以降では、SQLite 拡張モジュールは 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