php ini enable_dl

The enable_dl() function allows a user to load a PHP extension at run time - that is, during a script's execution.

enable_dl = On

Whether or not to enable the dl() function. The dl() function does NOT work properly in multithreaded servers, such as IIS or Zeus, and is automatically disabled on them.





Content