0

why enable_dl is set off

I have seen enable_dl option in my conf file. It is set to off mode. What is the use of that???

Apache Linux Add a comment
owen
asked May 11 2017

Answer

0

enable_dl option is mainly for the dl() functions loaded for php. If dl() functions is to be load at run time, this option should be enabled. It will be turned on by default for CLI and embeded but not for SAPIs since its removed.

Add a comment
jagannatharumugam
asked May 11 2017
edited Oct 05 2018
Post your Answer