bug 905066
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2004-02-26 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* libraries/sqlparser.lib.php: bug 905066, memory eater, thanks to xuefer
|
||||||
|
|
||||||
2004-02-24 Marc Delisle <lem9@users.sourceforge.net>
|
2004-02-24 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* pdf_pages.php: bug 903450, typo
|
* pdf_pages.php: bug 903450, typo
|
||||||
* tbl_row_delete.php: bug 878995: mult_submits.inc.php should not be
|
* tbl_row_delete.php: bug 878995: mult_submits.inc.php should not be
|
||||||
|
@@ -267,6 +267,7 @@ if ($is_minimum_common == FALSE) {
|
|||||||
// ANSI style --
|
// ANSI style --
|
||||||
if (($c == '#')
|
if (($c == '#')
|
||||||
|| (($count2 + 1 < $len) && ($c == '/') && ($sql[$count2 + 1] == '*'))
|
|| (($count2 + 1 < $len) && ($c == '/') && ($sql[$count2 + 1] == '*'))
|
||||||
|
|| (($count2 + 2 == $len) && ($c == '-') && ($sql[$count2 + 1] == '-'))
|
||||||
|| (($count2 + 2 < $len) && ($c == '-') && ($sql[$count2 + 1] == '-') && (($sql[$count2 + 2] == ' ') || ($sql[$count2 + 2] == "\n")))) {
|
|| (($count2 + 2 < $len) && ($c == '-') && ($sql[$count2 + 1] == '-') && (($sql[$count2 + 2] == ' ') || ($sql[$count2 + 2] == "\n")))) {
|
||||||
$count2++;
|
$count2++;
|
||||||
$pos = 0;
|
$pos = 0;
|
||||||
|
Reference in New Issue
Block a user