|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-09-28 18:31 UTC] tony2001@php.net
[2005-09-28 18:43 UTC] fryk at tlen dot pl
[2005-09-28 20:44 UTC] sniper@php.net
[2005-10-06 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 20:00:01 2025 UTC |
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