Testing LV + the 2 patches I sent to the list.
This query: SELECT * FROM an2000 WHERE fromchamp like '%2000'
works ok in cvs, but becomes in LV: SELECT * FROM `an2000` WHERE fromchamp like ' 00'
Which means this bug is back: 434405, Percent bug in delete queries
Oops, too much decoding? I will try without the patches.
Marc
Hi,
And i repost this message (send last week).
Strange problem with bzip2 export. I test it under Linux with php 4.0.6 and bzip2 support. The output file contain "-8".
It seem to have some problem with this bzip2 extension.
Armel.
Thanks Armel,
I did not have time to recompile my PHP with bzip2 support, but I will do it as soon as possible.
Marc.
Armel FAUVEAU a écrit :
Hi,
And i repost this message (send last week).
Strange problem with bzip2 export. I test it under Linux with php 4.0.6 and bzip2 support. The output file contain "-8".
It seem to have some problem with this bzip2 extension.
Armel.
Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Thanks Armel,
You're welcome :)
I did not have time to recompile my PHP with bzip2 support, but I will do it as soon as possible.
I saw many bug report concerning the bzip2 support and PHP. It seems to work fine under Windows but not always under Unix. And it's so strange but PHP support only bzip OR gzip, but not both at the same time.
If i have time, i will test this under FreeBSD too.
For the moment, I am vaguely on holiday until the end of this week (but I read the list :p).
Armel.
Solved by patch 3.
Marc
Marc Delisle a écrit :
Testing LV + the 2 patches I sent to the list.
This query: SELECT * FROM an2000 WHERE fromchamp like '%2000'
works ok in cvs, but becomes in LV: SELECT * FROM `an2000` WHERE fromchamp like ' 00'
Which means this bug is back: 434405, Percent bug in delete queries
Oops, too much decoding? I will try without the patches.