php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41309 php_sqlite.dll does not load!! Please Help?
Submitted: 2007-05-06 23:47 UTC Modified: 2007-05-07 06:26 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
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: kunalspunjabi at yahoo dot com
New email:
PHP Version: OS:

 

 [2007-05-06 23:47 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

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-05-07 06:26 UTC] derick@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

Dup of #41308.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 17:01:29 2024 UTC