php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35395 Unable to load SQLite module
Submitted: 2005-11-25 15:15 UTC Modified: 2005-11-25 15:16 UTC
From: vondrej at gmail dot com Assigned:
Status: Not a bug Package: SQLite related
PHP Version: 5.1.0 OS: Windows XP SP 2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: vondrej at gmail dot com
New email:
PHP Version: OS:

 

 [2005-11-25 15:15 UTC] vondrej at gmail dot com
Description:
------------
Hello, I've downloaded new version of PHP when I try to load SQLite library php_sqlite.dll I recieve error message: "PHP Startup: Unable to load dynamic library '.\ext\php_sqlite.dll' - Selected modul was not found.
But the configuration is ok:  
1, %PATH% is set to C:\PHP where is located PHP 5.1 (previously 5.0.5). 
2, in directory ext is located file php_sqlite.dll 
3, in php.ini is enabled line with extension=php_sqlite.dll 
4, in php.ini is set extension_dir = ".\ext" 
I've tried different version of sqlite modul (ver. 6.0) but without succes. I also load another modules located in same directory (php_mssql.dll, php_mysql.dll) without any problem. 
Here is a screenshot of situation: http://bacha.cz/mess/php-510-sqlite-bug.png 
(I'm using Apache 2.0.54)


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-25 15:16 UTC] sniper@php.net
You need to load also the PDO module. There's already a documentation bug report open about this issue.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 12:01:31 2024 UTC