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
Have you experienced this issue?
Rate the importance of this bug to you:

 [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 08:01:28 2024 UTC