Hi List!
The only valuable part of this patch is its middle: commenting the whole "dynamically load mysql extension" feature Steve added some monthes ago.
Then since we know the "dl" function can't be used neither if "safe mode" is on, neither with a multi-threaded server soft. and since it'll be disable in the next php revisions the question is: shouldn't we remove this feature from the official script?
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
----- Original Message ----- From: "Loïc" loic-div@ifrance.com To: phpmyadmin-devel@lists.sourceforge.net Sent: Tuesday, December 11, 2001 9:33 AM Subject: [Phpmyadmin-devel] About Patch #491236 - php 4.0.3pl1 workaround
Hi List!
The only valuable part of this patch is its middle: commenting the whole "dynamically load mysql extension" feature Steve added some monthes ago.
Then since we know the "dl" function can't be used neither if "safe mode" is on, neither with a multi-threaded server soft. and since it'll be disable in the next php revisions the question is: shouldn't we remove this feature from the official script?
IMHO if this not cause to PMA to bad work then can be util in certain circunstances.
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
Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Saludos Eduardo Cintas
On Tue, 11 Dec 2001, [iso-8859-1] Lo�c wrote:
Hi List!
The only valuable part of this patch is its middle: commenting the whole "dynamically load mysql extension" feature Steve added some monthes ago.
Then since we know the "dl" function can't be used neither if "safe mode" is on, neither with a multi-threaded server soft. and since it'll be disable in the next php revisions the question is: shouldn't we remove this feature from the official script?
Actually, we should keep the dl function in there, and just see about adding checks for all the cases where it won't work. We already have the function_exists('dl) and ini_get('safe_mode'), so we just need a check for multi-threaded, which we can probably accomplish by looking at the server software name.
I actually use the dl loading of modules with Apache/PHP, as it greatly reduces the memory load on my system.