On Wed, 11 Feb 2004, Shane Caraveo wrote:
> 1. languages have dynamicaly loadable binary extensions (only second 
> rate ones do not)
> 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.

Yes, keeping it loaded should not be *that* complicated, should it?

- Andrei

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

Reply via email to