php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57465 dbx_close can't close sqlite file
Submitted: 2007-01-01 15:07 UTC Modified: 2017-10-17 12:23 UTC
From: HACGIS at gmail dot com Assigned:
Status: Suspended Package: dbx (PECL)
PHP Version: 5.2.0 RC4 OS: Windows XP SP2
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.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: HACGIS at gmail dot com
New email:
PHP Version: OS:

 

 [2007-01-01 15:07 UTC] HACGIS at gmail dot com
Description:
------------
Please see the example code.
When I connect a SQLite file, the dbx_close ALWAYS return false.


Reproduce code:
---------------
$link = dbx_connect(DBX_SQLITE, '', dirname(__FILE__) . '/test.sqlite', '', '');
if (dbx_close($link)) {
    echo 'TRUE';
} else {
    echo 'FALSE';
}


Expected result:
----------------
TRUE

Actual result:
--------------
FALSE

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-10-17 12:23 UTC] cmb@php.net
-Status: Open +Status: Suspended
 [2017-10-17 12:23 UTC] cmb@php.net
The dbx extension is unmaintained (latest commit has been 6 years ago);
therefore I'm suspending this ticket.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 15:01:30 2024 UTC