On February 11, 2004 11:20 am, Shane Caraveo wrote:
> 2. php's dl implementation is broken by design, it should never unload a
> dl.  not only is that a performance issue, but it requires all kinds of
> code to verify that the dl CAN be unloaded properly, thus the problem
> with dl in php.

If the dl() loaded extension is not unloaded it means that in a shared 
environment a module loaded for one vhost would become avaliable for all. In 
this case why not just load it inside php.ini?
This destroys the ability to enable certain functionality for particular vhost 
(users) who maybe paying extra for it and are trustworthy enough to use 
certain extensions and not abuse them. 

Ilia

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to