IDE extension that lets you fix coding issues before they exist!
Setup is effortless and analysis is automatic for most languages
Fast, accurate analysis; enterprise scalability
The enable_dl PHP configuration setting allows PHP extensions to be loaded dynamically at runtime.
enable_dl
When dynamic loading is enabled, PHP code can load arbitrary PHP extensions by calling the dl function. This can be used to bypass restrictions set with the open_basedir configuration.
dl
open_basedir
PHP defaults to allowing dynamic loading.