]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Adding proc_open into disable_functions
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 15 May 2011 22:04:08 +0000 (19:04 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 15 May 2011 22:04:08 +0000 (19:04 -0300)
files/apache2/php.ini

index aadb6b3ed33586dc9459e9180180a761aa914bce..55ee0a2d5d31247ff99811160adbaaaf9f779890 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
+disable_functions = phpinfo, system, exec, shell_exec, passthru, proc_get_status, proc_open
 
 ; This directive allows you to disable certain classes for security reasons.
 ; It receives a comma-delimited list of class names. This directive is