[Phpmyadmin-devel] Re: What about 2.2.7?

Lo�c loic-div at ifrance.com
Wed May 15 09:33:03 CEST 2002


Hi list,

Alexander wrote:
>imho we could release 2.2.7 in the next few days, an RC
>wouldn't be nessecary...

I agree but we should first fix bug #556296 - max number of
characters of int fields.

It would also be nice to have a test script for translations
so we can avoid bugs like #555920: for all the files, it will
use "require" on them and then send a fake "header".

For example:

<?php
$languageDirectory = dir('./lang');
while ($name = $languageDirectory->read()) {
    if (strpos($name, '.inc.php3')) {
        include('./lang/' . $name);
        header('X-Ping: pong');
    }
}
$languageDirectory->close();
?>

Loïc


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We
supply
the hardware. You get the recognition. Email Us:
bandwidth at sourceforge.net
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel

 
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif






More information about the Developers mailing list