php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #35953 Missing extension when adding SQLite to php.ini
Submitted: 2006-01-10 02:33 UTC Modified: 2006-01-10 09:25 UTC
From: chris at lodesys dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Windows
Private report: No CVE-ID: None
 [2006-01-10 02:33 UTC] chris at lodesys dot com
Description:
------------
Regarding Bug #35469: SQLite is no more included and compiled in PHP...

Shouldn't the documentation (specifically the "CXLIV. SQLite Functions" page), reflect the fact that you need both...

extension=php_pdo.dll
extension=php_sqlite.dll

in your php.ini file?


Also isn't it "extension=...", not "php_extension=..."?

Expected result:
----------------
Should read something like...

However, since PHP 5.1.0 you need to manually activate the extension in php.ini (because it is now bundled as shared), by adding the following lines: 

extension=php_pdo.dll
extension=php_sqlite.dll

Actual result:
--------------
Sentence now reads...

However, since PHP 5.1.0 you need to manually activate the extension in php.ini (because it is now bundled as shared), by adding the following line: php_extension=php_sqlite.dll.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-01-10 09:25 UTC] vrana@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.

It was already documented in CVS, I have only changed php_extension to extension.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 10 15:01:33 2025 UTC