php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #13548 Is it possible to make a dl_persistent() func?
Submitted: 2001-10-04 18:00 UTC Modified: 2002-02-09 23:57 UTC
From: craiga at wvhmhc dot org Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0.6 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
27 - 18 = ?
Subscribe to this entry?

 
 [2001-10-04 18:00 UTC] craiga at wvhmhc dot org
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).

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-04 18:34 UTC] jeroen@php.net
What's wrong with "extension = ..." in php.ini?
 [2002-02-09 23:57 UTC] jimw@php.net
indeed. and dl_persistent() sounds like a security nightmare.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 19 22:01:32 2024 UTC