diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-05-15 19:04:08 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-05-15 19:04:08 -0300 |
commit | 4f73c3bd3e3330e4e6c6c298a92830b00f90681c (patch) | |
tree | 69b72c58f9d964c399e69aa666525e50ffcfb6d0 /files | |
parent | 20066b46f6da4cee698332094f0e90d55c5fef2d (diff) | |
download | puppet-php-4f73c3bd3e3330e4e6c6c298a92830b00f90681c.tar.gz puppet-php-4f73c3bd3e3330e4e6c6c298a92830b00f90681c.tar.bz2 |
Adding proc_open into disable_functions
Diffstat (limited to 'files')
-rw-r--r-- | files/apache2/php.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/apache2/php.ini b/files/apache2/php.ini index aadb6b3..55ee0a2 100644 --- a/files/apache2/php.ini +++ b/files/apache2/php.ini @@ -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 |