Home > Backend Development > PHP Tutorial > Class SQLite3 not found

Class SQLite3 not found

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-08-08 09:22:10
Original
2530 people have browsed it

Class 'SQLite3' not found

php_sqlite3.dll is not enabled, so that class cannot be found.
Find extension=php_sqlite3.dll in php.ini
Remove the semicolon in front of it to indicate enablement.
It is best to remove the semicolon in front of php_sqlite.dll.
extension=php_sqlite.dll
extension=php_sqlite3.dll
Restart the Apache or IIS server
The most important thing is:
type extension path file
extension_dir = "D:/worktool/php/php/ext" // Corresponds to your PHP

The above has introduced Class SQLite3 not found, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template