php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #23993 add sqlite extension into main PHP distribution
Submitted: 2003-06-03 12:08 UTC Modified: 2003-09-22 12:20 UTC
From: david at acz dot org Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.3.2 OS: Any
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: david at acz dot org
New email:
PHP Version: OS:

 

 [2003-06-03 12:08 UTC] david at acz dot org
It would be really cool if SQLite were added to the main PHP distribution, instead of being a PEAR module.  Then it could be built statically into PHP.

Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-03 12:18 UTC] rasmus@php.net
We are moving things out of the core distro, not back in.  And you don't need it in the core to build it in statically.  Just stick your sqlite directory in your ext/ directory under your php sources and run ./buildconf from the top directory.  That will add sqlite support to your top-level configure script.

Having said that, a future release will be bundling key pecl extensions such as sqlite, so this will eventually happen.
 [2003-06-03 12:18 UTC] derick@php.net
heh, I have to agree... but it's prolly not going to happen as the future home for extensions will be PECL. BUT, you can just copy the source to ext/sqlite, rremove configure and run ./buildconf . Then you can add -with-sqlite to your configure line to add it.
 [2003-09-22 09:08 UTC] magnus@php.net
SQLite is bundled with PHP5 which you can get from
http://snaps.php.net
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Sep 08 01:01:28 2024 UTC