]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Disabling more functions
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 25 Aug 2011 12:49:51 +0000 (09:49 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 25 Aug 2011 12:49:51 +0000 (09:49 -0300)
files/apache2/php.ini

index b75d743ff51a5f4309ca07df59eec1661d637099..fb37070697edd53097bf069c88ba984adf5ba332 100644 (file)
@@ -219,7 +219,7 @@ safe_mode_protected_env_vars = LD_LIBRARY_PATH
 ; This directive allows you to disable certain functions for security reasons.
 ; It receives a comma-delimited list of function names. This directive is
 ; *NOT* affected by whether Safe Mode is turned On or Off.
-disable_functions = phpinfo, system, exec, shell_exec, passthru, proc_get_status, proc_open, popen, proc_close, proc_nice, proc_terminate, pcntl_exec   
+disable_functions = phpinfo, system, exec, shell_exec, passthru, proc_get_status, proc_open, popen, proc_close, proc_nice, proc_terminate, pcntl_exec, proc_open, curl_init, parse_ini_file, show_source, dl, symlink, syslog, mail
 
 ; This directive allows you to disable certain classes for security reasons.
 ; It receives a comma-delimited list of class names. This directive is