php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33387 Livedocs dies silently with no sqlite
Submitted: 2005-06-17 18:26 UTC Modified: 2005-06-17 19:31 UTC
From: sean@php.net Assigned:
Status: Closed Package: Livedocs problem
PHP Version: Irrelevant OS:
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: sean@php.net
New email:
PHP Version: OS:

 

 [2005-06-17 18:26 UTC] sean@php.net
Description:
------------
Livedocs dies silently when no SQLite extension is available.
This happens in common.php, line 72:
$fb_idx = @sqlite_open(FALLBACK_INDEX);

(sqlite_open() is undefined)

Here's a patch.. might be a better way to handle this. Dying silently is annoying, and difficult to debug, though.

http://www.phpdoc.info/patches/livedocs_sqlite.patch



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-06-17 19:31 UTC] iliaa@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 06:01:30 2024 UTC