[Phpmyadmin-devel] Loic version 4 available

Hi, Ok please test http://phpmyadmin.sourceforge.net/phpMyAdmin-loic4.tar.gz This one should solve the problems of preceding versions, except: - create table with no fields: This is not introduced by LV, so I entered it in Bug tracker - file(s) included more than once: I don't have time to work on this right now. Marc

Hi,
-----Original Message----- Ok please test http://phpmyadmin.sourceforge.net/phpMyAdmin-loic4.tar.gz
okay, it looks fine, but: Fatal error: Cannot redeclare out_buffer_mode_get() in /web/htdocs/phpMyAdmin/loic/ob_lib.inc.php3 on line 15 if you press copy table without a name. Regards, -- Steve

I've addressed this in my last few emails. It is a problem of header.inc.php3 getting included more than once. Jeremy -- Jeremy Brand :: Sr. Software Engineer :: +393485323988 :: jeremy@nirvani.net http://www.JeremyBrand.com/Jeremy/Brand/Jeremy_Brand.html for more - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "LINUX is obsolete" -- Andy Tanenbaum, January 29th, 1992 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Get your own Free, Private email at http://www.smackdown.com/ On Thu, 26 Jul 2001, the following spilled from the mind of Steve Alberty:
Date: Thu, 26 Jul 2001 18:04:34 +0200 From: Steve Alberty <alberty@neptunlabs.de> Reply-To: phpmyadmin-devel@lists.sourceforge.net To: phpmyadmin-devel@lists.sourceforge.net Subject: RE: [Phpmyadmin-devel] Loic version 4 available
Hi,
-----Original Message----- Ok please test http://phpmyadmin.sourceforge.net/phpMyAdmin-loic4.tar.gz
okay, it looks fine, but: Fatal error: Cannot redeclare out_buffer_mode_get() in /web/htdocs/phpMyAdmin/loic/ob_lib.inc.php3 on line 15
if you press copy table without a name.
Regards,
-- Steve
_______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel

Hi,
-----Original Message----- Ok please test http://phpmyadmin.sourceforge.net/phpMyAdmin-loic4.tar.gz
another 2 problems: 1. if you copy a table, the sql query header looks: "Table $table has been copied to $new_name." i think, loic has drop the "eval()". 2. in sql.php3 a non binary mediumtext field is marked as [BLOB] if $cfgShowBlob=false this problem exists also in the cvs tree. (an old problem) I think it's a good idea to mark or cut field with to large content, but its wrong when phpMyAdmin display BLOB on text fields. Regrads, -- Steve

Steve, I copied back the cvs /lang directory but Loic had made more modifications than I thought. In cvs: $strCopyTableOK = "Table \$table has been copied to \$new_name."; In LV (his original release): $strCopyTableOK = "Table %s has been copied to %s."; but he had modified only english.inc.php3. I will update lang/* later. Marc Steve Alberty a écrit :
Hi,
-----Original Message----- Ok please test http://phpmyadmin.sourceforge.net/phpMyAdmin-loic4.tar.gz
another 2 problems:
1. if you copy a table, the sql query header looks:
"Table $table has been copied to $new_name."
i think, loic has drop the "eval()".
participants (4)
-
jeremy brand
-
Marc Delisle
-
Marc Delisle
-
Steve Alberty