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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Mar 29 16:01:30 2024 UTC