mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Disable error handler in fuzzer (#19183)
These are all the same root cause and it's known.
This commit is contained in:
parent
189b933dd4
commit
dd3a098a9b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ static const char HARDCODED_INI[] =
|
|||
"allow_url_include=0\n"
|
||||
"allow_url_fopen=0\n"
|
||||
"open_basedir=/tmp\n"
|
||||
"disable_functions=dl,mail,mb_send_mail"
|
||||
"disable_functions=dl,mail,mb_send_mail,set_error_handler"
|
||||
",shell_exec,exec,system,proc_open,popen,passthru,pcntl_exec"
|
||||
",chdir,chgrp,chmod,chown,copy,file_put_contents,lchgrp,lchown,link,mkdir"
|
||||
",move_uploaded_file,rename,rmdir,symlink,tempname,touch,unlink,fopen"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue