ID: 35953 Updated by: [EMAIL PROTECTED] Reported By: chris at lodesys dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Windows PHP Version: Irrelevant New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2006-01-10 02:33:12] 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. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35953&edit=1