<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3211.1700" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi Stevae & list!</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>>we have another new problem with binary data 
inside of<BR>>fields.<BR>>Older phpMyAdmin Versions without the 
'htmlspecialchars'<BR>>changes works fine (pre5).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Arg....</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>>i think it's a problem with 'primary_key' 
building.<BR>>In lib.inc.php3 we use currently</FONT></DIV>
<DIV><FONT face=Arial 
size=2>>addslashes(htmlspecialchars($row[$i]))<BR>>instead of 
addslashes($row[$i]) ...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Yep, we need some kind of transformations because a 
primary</FONT></DIV>
<DIV><FONT face=Arial size=2>key name may contains "annoying" characters, 
but</FONT></DIV>
<DIV><FONT face=Arial size=2>htmlspecialchars is not the good function to use: 
it's urlencode.</FONT></DIV>
<DIV><FONT face=Arial size=2>And this means lots of changes all among the 
scripts (I'm</FONT></DIV>
<DIV><FONT face=Arial size=2>currently working on).</FONT></DIV>
<DIV><FONT face=Arial size=2><BR>>I hope we have enough time to fix all 
current problems ...<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>Well, I'm afraid not if the dead-line is the next 
week-end :(</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>Loïc</DIV></FONT></BODY></HTML>