Hi,
Sorry if this should go in the 'Off-Topic' section but I wasn't sure..
I have php7 running and I have a need to enable
As I am using security/php-suhosin I want to add the following in my /etc/php.ini file
Question is do I need to keep the following in the FILE]/etc/php.ini[/FILE] file?
or do I need to move the above in
Also is it possible to enable
Thank you in advance
Sorry if this should go in the 'Off-Topic' section but I wasn't sure..
I have php7 running and I have a need to enable
proc_open()
.As I am using security/php-suhosin I want to add the following in my /etc/php.ini file
Code:
suhosin.executor.func.whitelist = proc_open
Code:
disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitin
fo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority
suhosin.executor.func.blacklist =
Also is it possible to enable
proc_open()
per directory?Thank you in advance