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
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: 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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 01:01:28 2024 UTC