ID: 13548
Updated by: jeroen
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: Feature/Change Request
Operating System: 
PHP Version: 4.0.6
New Comment:

What's wrong with "extension = ..." in php.ini?

Previous Comments:
------------------------------------------------------------------------

[2001-10-04 18:00:10] [EMAIL PROTECTED]

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 this 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