FICHA · AUR

php80-sqlite

sqlite module for php80

  • PHP runtime module
  • RUNTIME-EXTENSION
  • Dependency only
official+codex · reviewed · Jun 3, 2026 description in en

Description

Legacy PHP 8.0 applications can store and query data in local SQLite files. This runtime extension suits small apps, caches, tests, embedded tools, and single-host services that need a lightweight database without a server. It is dependency-only and has no separate launcher; PHP code uses it after the extension is enabled. File paths, permissions, backups, locking, and prepared statements matter because SQLite files can hold private records and can be corrupted by unsafe writes.

Permissions

Permissions not analysed for this source yet.