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

Pull Requests

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: Fri Dec 27 14:01:29 2024 UTC