php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #73511 compile enable SqlIte
Submitted: 2016-11-13 21:33 UTC Modified: 2016-11-13 22:22 UTC
From: ben at hakim dot co dot il Assigned: cmb (profile)
Status: Closed Package: SQLite related
PHP Version: 5.6.28 OS: Centos 7
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: ben at hakim dot co dot il
New email:
PHP Version: OS:

 

 [2016-11-13 21:33 UTC] ben at hakim dot co dot il
Description:
------------
i'm using configure to enable some modules.
the big problem when i try to enable Sqlite with --disable-all


Test script:
---------------
./configure \
--enable-sqlite3 \
--disable-all

i'm getting:
configure: WARNING: unrecognized options: --enable-sqlite3

Expected result:
----------------
to enable sqllite with using the option --disable-all

Actual result:
--------------
configure: WARNING: unrecognized options: --enable-sqlite3

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-11-13 22:22 UTC] cmb@php.net
-Status: Open +Status: Closed -Package: SQLite +Package: SQLite related -Assigned To: +Assigned To: cmb
 [2016-11-13 22:22 UTC] cmb@php.net
You'll want to use --with-sqlite3 as documented[1].

[1] <http://php.net/manual/en/sqlite3.installation.php>
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 11:01:36 2025 UTC