ID: 33387 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Livedocs problem PHP Version: Irrelevant New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2005-06-17 18:26:45] [EMAIL PROTECTED] 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=33387&edit=1