mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Disable error handler in fuzzer (#19183)
These are all the same root cause and it's known.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user