php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41308 php_sqlite.dll does not load!! Please Help?
Submitted: 2007-05-06 23:46 UTC Modified: 2007-05-07 17:39 UTC
From: kunalspunjabi at yahoo dot com Assigned:
Status: Not a bug Package: SQLite related
PHP Version: 5.2.2 OS: Windows XP
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: kunalspunjabi at yahoo dot com
New email:
PHP Version: OS:

 

 [2007-05-06 23:46 UTC] kunalspunjabi at yahoo dot com
Description:
------------
I am seeing the following error when I add the following lines to my php.ini file:
extension=php_pdo.dll
extension=php_pdo_mysql.dll
extension=php_pdo_sqlite.dll
extension=php_sqlite.dll

I then restarted Apache and invoked PHP from the command line:

$ php
PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_sqlite.dll' - The specified module could not be found.
 in Unknown on line 0


My PHP extensions directory contains all these DLLs, apparently php_sqlite.dll is the only one that does not load. Why?


Actual result:
--------------
I am invoking php from my cygwin prompt (command line)

$ php
PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\Program Files\PHP\ext\php_sqlite.dll' - The specified module could not be found.
 in Unknown on line 0



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-05-07 16:55 UTC] sniper@php.net
You updated PHP but didn't update the extra dlls.
 [2007-05-07 17:39 UTC] kunalspunjabi at yahoo dot com
I did update it. 
Where can I get the php_sqlite.dll for PHP v 5.2.2 from?
Your help would be much appreciated.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC