From:             [EMAIL PROTECTED]
Operating system: 
PHP version:      4.0.6
PHP Bug Type:     Feature/Change Request
Bug description:  Is it possible to make a dl_persistent() func?

Right now, modules must dl() every time a script is run, or PHP must be
recompiled to add a module.

It seems not too hard to make a dl_persistent() function that leaves the
loaded module in memory for future use. A corresponding dl_unload()
function could force the next dl_persistent() call to load the module again
(to install updates).

-- 
Edit bug report at: http://bugs.php.net/?id=13548&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to