[Phpmyadmin-devel] About Patch #491236 - php 4.0.3pl1 workaround

Loïc loic-div at ifrance.com
Wed Dec 12 02:09:02 CET 2001


Hi Eduardo & List!

Nope, the problem isn't related to this but it's a coding
problem in a way : to be able to *zip the dump file we first
need... to build that "file", ie to store the whole dump
informations in memory.

For big databases/tables it may lead either to exceed the
maximum allowed time to execute a php script, either to
exceed the maximum allowed memory usage for a thread.

The possible fix, at least for the second kind of problem,
would be to not store dump informations but send them
to the browser immediatly as soon as the user want these
statements to be displayed on screen of put in a non-
*zipped file (this is the "old method") and to keep the "new
method" in the other cases.

Loïc

 
______________________________________________________________________________
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