Skip to content

Commit

Permalink
fix: enable pcntl functions
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 committed Nov 25, 2023
1 parent 0a5f8fe commit ba92361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/configs/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ serialize_precision = -1
; This directive allows you to disable certain functions.
; It receives a comma-delimited list of function names.
; http://php.net/disable-functions
disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,exec,passthru,system,popen,parse_ini_file,show_source,
disable_functions = exec,passthru,system,popen,parse_ini_file,show_source

; This directive allows you to disable certain classes.
; It receives a comma-delimited list of class names.
Expand Down

0 comments on commit ba92361

Please sign in to comment.