ID: 26911 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Reproducible crash Operating System: Any 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: ------------------------------------------------------------------------ [2004-01-14 16:04:17] [EMAIL PROTECTED] Description: ------------ Sqlite crashes while trying to fetch data from an empty query. Reproduce code: --------------- <?php $db = sqlite_open(":memory:"); $a = sqlite_query($db, " "); ?> Expected result: ---------------- ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=26911&edit=1