php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57033 PHP 5.1 +Sqlite?
Submitted: 2006-05-23 15:09 UTC Modified: 2009-02-25 14:49 UTC
From: fmate14 at gmail dot com Assigned:
Status: Closed Package: SQLite (PECL)
PHP Version: 5.1.2 OS: Windows
Private report: No CVE-ID: None
 [2006-05-23 15:09 UTC] fmate14 at gmail dot com
Description:
------------
I don't find the sqlite in the php 5.1.2 - 5.1.4 on Windows.
And if I try dl('php_sqlite') I get error.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-07-05 06:31 UTC] jan at janhoecherl-ub dot de
Hallo !
My localhost is running under Windows XP (HomeEdition).
In php.ini I set two extensions: 
php_mysqli.dll and php_sqlite.dll.
Apache (2.0.20) finds the mysqli-dll and loads it, but the sqlite-dll cannot be found and load (says the error.log, but I think it means only, it can't load it ...).
The only resolution for me is to get a newer version of php_sqlite.dll,or ???
Best wishes 
Jan
 [2006-12-24 01:35 UTC] techtonik@php.net
fmate14, get official distributive from http://www.php.net/downloads.php and look into ext/ directory - it should be there.
 [2009-02-25 14:49 UTC] philip at roshambo dot org
This PECL extension is no longer maintained, and I doubt ever will be... so instead use the well maintained sqlite extension that comes with the PHP sources.

The sqlite pecl page has been updated to reflect this.

As for this issue with Windows, see:
http://php.net/sqlite.installation
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 06:01:30 2024 UTC