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

indeed. and dl_persistent() sounds like a security nightmare.


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

[2001-10-04 18:34:54] [EMAIL PROTECTED]

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

------------------------------------------------------------------------

[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

Reply via email to