php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56072 Can not install SQLite extension
Submitted: 2004-05-20 23:10 UTC Modified: 2004-07-11 01:49 UTC
From: tresni at crackmonkey dot us Assigned:
Status: Not a bug Package: SQLite (PECL)
PHP Version: 4.3.3 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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: tresni at crackmonkey dot us
New email:
PHP Version: OS:

 

 [2004-05-20 23:10 UTC] tresni at crackmonkey dot us
Description:
------------
C:\Program Files\EasyPHP\php>pear install SQLite
downloading SQLite-1.0.2.tgz ...
Starting to download SQLite-1.0.2.tgz (362,412 bytes)
.........................................................................done: 3
62,412 bytes
51 source files, building
The DSP SQLite.dsp does not exist.

Expected result:
----------------
Should install and report as installed.

Actual result:
--------------
Seems sqlite.php is in the DB directory, but according to Web_Frontend and pear.bat SQLite is not installed.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-10 08:44 UTC] wez@php.net
From: http://pecl.php.net/package-info.php?package=SQLite

SQLite is a C library that implements an embeddable SQL database engine.
Programs that link with the SQLite library can have SQL database access
without running a separate RDBMS process.
This extension allows you to access SQLite databases from within PHP.
Windows binary available from:
http://snaps.php.net/win32/PECL_STABLE/php_sqlite.dll
 [2004-07-11 01:49 UTC] tresni at crackmonkey dot us
Someone want to explain why this is "Bogus"?  I still get the same problem when I try and install the SQLite class.
 [2005-10-28 19:12 UTC] k1ngrs at ntlworld dot com
This fails in php-gtk2 using the latest version of sqlite-1.0.3 too:

C:\php-gtk2>pear install sqlite-1.0.2
downloading SQLite-1.0.2.tgz ...
Starting to download SQLite-1.0.2.tgz (362,412 bytes)
.........................................................................done: 3
62,412 bytes
51 source files, building
The DSP SQLite.dsp does not exist.

C:\php-gtk2>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 14:01:31 2024 UTC