What's wrong with dl?

php.internals

Michael B Allen

19 years ago
Our CLI module installer uses dl() to manually load the module and validate some basic functionality. This is a very nice feature and I'm disappointed to see it has been deprecated. Will there be any equivalent functionality moving forward? The extension directive is clumsey in this scenario because it would require running a separate script. Mike
-- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/

Edin Kadribasic

19 years ago
Michael B Allen wrote:
> Our CLI module installer uses dl() to manually load the module and > validate some basic functionality. This is a very nice feature and I'm > disappointed to see it has been deprecated. Will there be any equivalent > functionality moving forward? The extension directive is clumsey in this > scenario because it would require running a separate script. >
dl() is scheduled to be removed from all other SAPI's. I believe that there are no current plans to deprecate it from the CLI version of PHP. Edin

Michael B Allen

19 years ago
On Fri, 15 Sep 2006 09:10:49 +0100 Edin Kadribasic <edink@emini.dk> wrote:
> Michael B Allen wrote: > > Our CLI module installer uses dl() to manually load the module and > > validate some basic functionality. This is a very nice feature and I'm > > disappointed to see it has been deprecated. Will there be any equivalent > > functionality moving forward? The extension directive is clumsey in this > > scenario because it would require running a separate script. > > > > dl() is scheduled to be removed from all other SAPI's. I believe that > there are no current plans to deprecate it from the CLI version of PHP.
Ah, good. Thanks. Mike
-- Michael B Allen PHP Active Directory SSO http://www.ioplex.com/

Richard Lynch

19 years ago
On Fri, September 15, 2006 3:10 am, Edin Kadribasic wrote:
> Michael B Allen wrote: >> Our CLI module installer uses dl() to manually load the module and >> validate some basic functionality. This is a very nice feature and >> I'm >> disappointed to see it has been deprecated. Will there be any >> equivalent >> functionality moving forward? The extension directive is clumsey in >> this >> scenario because it would require running a separate script. >> > > dl() is scheduled to be removed from all other SAPI's. I believe that > there are no current plans to deprecate it from the CLI version of > PHP.
Aroo?! You mean the .so files I compile and install on my shared hosting and use dl() to load in on an as-needed basis are screwed?! Dang! I trust there is good reason for this?... I've got several applications in production that will be dead in the water due to this. I can't be the only one...
-- Like Music? http://l-i-e.com/artists.htm