ID:               28112
 Updated by:       [EMAIL PROTECTED]
 Reported By:      csaba at alum dot mit dot edu
-Status:           Feedback
+Status:           Closed
 Bug Type:         SQLite related
-Operating System: Win 2K Pro
+Operating System: *
-PHP Version:      5CVS-2004-04-22 (dev)
+PHP Version:      5.0.0RC2RC1, 4.3.7dev
 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-04-23 01:01:56] [EMAIL PROTECTED]

Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc.

If possible, make the script source available online and provide
an URL to it here. Try avoid embedding huge scripts into the report.

------------------------------------------------------------------------

[2004-04-23 00:12:00] csaba at alum dot mit dot edu

Doggone it.  The title was supposed to be sqlite_array_query() crashing
apache on malformed query.

------------------------------------------------------------------------

[2004-04-23 00:10:10] csaba at alum dot mit dot edu

Description:
------------
apache dies on an empty query (Apache.exe has generated errors and will
be closed by Windows ...).

Note that it does not die if the second line in the code below is
missing [sqlite_query ($db, "create table frob ..." ].  Also,
sqlite_query did OK.

Csaba Gabor

PS.  Note that this appears similar to bug 25502 at
http://bugs.php.net/bug.php?id=25502

Reproduce code:
---------------
if (!($db = sqlite_open(":memory:", 666, $error))) die ("Couldn't open
the database");
sqlite_query($db, "create table frob (foo INTEGER PRIMARY KEY, bar
text);");
$res = sqlite_array_query($db, "");
print "passed";


Expected result:
----------------
I wouldn't expect more than a warning.  Taking the entire server down
seems extreme.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=28112&edit=1

Reply via email to