Salut Marc,
----- Forwarded message from Marc Delisle lem9@users.sourceforge.net -----
Modified Files: sql.php3 Log Message: patch 565627
Index: sql.php3 =================================================================== RCS file: /cvsroot/phpmyadmin/phpMyAdmin/sql.php3,v retrieving revision 1.108 retrieving revision 1.109
[....]
! mysql_free_result($cna_all_result);
[...]
----- End forwarded message -----
because of this line (mysql_free_result), I now get lots of warnings when a page calls sql.php3... :
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/ admin/www/mysql2/sql.php3 on line 346 Warning: Cannot add header information - headers already sent by (output started at /home/ admin/www/mysql2/sql.php3:346) in /home/admin/www/mysql2/libraries/ob.lib.php3 on line 53 Warning: Cannot add header information - headers already sent by (output started at /home/ admin/www/mysql2/sql.php3:346) in /home/admin/www/mysql2/header.inc.php3 on line 23 Warning: Cannot add header information - headers already sent by (output started at /home/ admin/www/mysql2/sql.php3:346) in /home/admin/www/mysql2/header.inc.php3 on line 24 Warning: Cannot add header information - headers already sent by (output started at /home/ admin/www/mysql2/sql.php3:346) in /home/admin/www/mysql2/header.inc.php3 on line 25 Warning: Cannot add header information - headers already sent by (output started at /home/ admin/www/mysql2/sql.php3:346) in /home/admin/www/mysql2/header.inc.php3 on line 26 Warning: Cannot add header information - headers already sent by (output started at /home/ admin/www/mysql2/sql.php3:346) in /home/admin/www/mysql2/header.inc.php3 on line 28
If I comment the line, everything looks good... :) Same setup as usual (php 4.2.1, mysql 3.23.44, unix). Is this function really backward compatible?
Regards, Olivier