ID:               34672
 Updated by:       [EMAIL PROTECTED]
 Reported By:      fryk at tlen dot pl
-Status:           Open
+Status:           Feedback
 Bug Type:         SQLite related
 Operating System: Linux FreeBSD
 PHP Version:      4.4.0
 New Comment:

Try it. I can't reproduce this with using PHP 5.1.0-dev. (I don't have
use for PHP4 anymore so..)



Previous Comments:
------------------------------------------------------------------------

[2005-09-28 18:43:42] fryk at tlen dot pl

Does it remove this bug? Or you ask me to check it?

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

[2005-09-28 18:31:32] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip



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

[2005-09-28 18:26:50] fryk at tlen dot pl

Description:
------------
PHP Crashes when you enter wrong table name in a query. For instance:

SELECT * FROM table1, table2 WHERE tble1.id = table2.id
                                   ^^^^^ - mistake here

Reproduce code:
---------------
SELECT * FROM table1, table2 WHERE tble1.id = table2.id
                                   ^^^^^ - mistake here



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


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

Reply via email to