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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: craiga at wvhmhc dot org
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Thu Dec 26 23:01:28 2024 UTC