For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > January 2006 > #35953 [Opn->Csd]: Missing extension when adding SQLite to php.ini









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author #35953 [Opn->Csd]: Missing extension when adding SQLite to php.ini
vrana@php.net

2006-01-10, 4:03 am

ID: 35953
Updated by: vrana@php.net
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
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com