]> git.pld-linux.org Git - packages/php.git/blobdiff - php-cli.ini
split fpm config to fpm.d fragments
[packages/php.git] / php-cli.ini
index 9bdb24ad34b2a67bac61eb31a68ef40558d158dc..65e02e539d3e4c3a51f09f0bfb156fb905e7d69d 100644 (file)
@@ -17,6 +17,10 @@ log_errors = On
 ; Disable error logging, in case it was enabled in global php.ini
 error_log = ""
 
+; Whether or not to enable the dl() function.
+; http://php.net/enable-dl
+enable_dl = On
+
 [Session]
 ; argument passed to save_handler in the case of files, this is the
 ; path where data files are stored.
This page took 0.734007 seconds and 4 git commands to generate.