
31 Jul
2001
31 Jul
'01
11:31 p.m.
On Tue, 31 Jul 2001, Armel FAUVEAU wrote:
2) In the documentation (Documentation.html), i see that :
phpMyAdmin can compress (GZip format -RFC 1952- or Bzip2) dumps and CSV exports if you use PHP4 >= 4.0.4 with Zlib support (--with-zlib) ***and/or*** Bzip2 support (--with-bz2).
For me, it's Zlib support **OR** BZip2 support, but never both at the same moment. I think it's not possible.
Yes, zlib (gz*()) and bzip2 (bz*()) support can both be in PHP at the same time. -- Ignacio Vazquez-Abrams <ignacio@openservices.net>