| chris at lodesys dot com 2006-01-09, 8:03 pm |
| From: chris at lodesys dot com
Operating system: Windows
PHP version: Irrelevant
PHP Bug Type: Documentation problem
Bug description: Missing extension when adding SQLite to php.ini
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 bug report at http://bugs.php.net/?id=35953&edit=1
--
Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=35953&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): http://bugs.php.net/fix.php?id=35953&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=35953&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=35953&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=35953&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=35953&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=35953&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=35953&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=35953&r=support
Expected behavior: http://bugs.php.net/fix.php?id=35953&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=35953&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=35953&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=35953&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=35953&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=35953&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=35953&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=35953&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=35953&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=35953&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=35953&r=mysqlcfg
|