PHP没有';t拒绝禁用的函数

PHP没有';t拒绝禁用的函数,php,apache,Php,Apache,除了phpinfo()之外,禁止以下行为: apache_child_terminate,apache_get_modules,apache_get_version,apache_getenv,apache_note,apache_setenv,curl_exec,curl_multi_exec,define_syslog_variables,disk_free_space,diskfreespace,dl,error_log,escapeshellarg,escapeshellcmd,exec

除了
phpinfo()
之外,禁止以下行为:

apache_child_terminate,apache_get_modules,apache_get_version,apache_getenv,apache_note,apache_setenv,curl_exec,curl_multi_exec,define_syslog_variables,disk_free_space,diskfreespace,dl,error_log,escapeshellarg,escapeshellcmd,exec,ftp_connect,ftp_exec,ftp_get,ftp_login,ftp_nb_fput,ftp_put,ftp_raw,ftp_rawlist,ini_alter,ini_get_all,ini_restore,link,mysql_pconnect,openlog,passthru,pfsockopen,php_uname,phpinfo,popen,posix_getpwuid,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,posix_uname,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,set_time_limit,shell_exec,symlink,syslog,system,tmpfile,virtual
但是phpinfo仍然有效,我已经创建了一个写在里面的文件。但是随着phpinfo的出现,它应该被禁用,但它仍然会发出回声

我已经禁止它使用
php\u admin\u value disable\u函数“apache_child_terminate,apache_get_modules,apache_get_version,apache_getenv,apache_note,apache_setenv,curl_exec,curl_multi_exec,define_syslog_变量,disk_freespace,dl,error_log,escapeshellarg,escapeshellcmd,exec,ftp_connect,ftp_exec,ftp_exec,ftp_登录,ftp_nb_fput,ftp_put,ftp_rawin,ftp_rawini,ftp_原始,ftp_列表,ftp_-ini,alter-ini,alter-ini,mysql_pconnect、openlog、passthru、pfsockopen、php_uname、phpinfo、popen、posix_getpwuid、posix_kill、posix_mkfifo、posix_setpgid、posix_setid、posix_setuid、posix_uname、proc_close、proc_get_status、proc_nice、proc_open、proc_terminate、set_time_limit、shell_exec、symlink、syslog、system、tmpfile、virtual”


我做错了什么?我错过了什么?

你是说
?是的,我编辑了这个问题。你能展示一下phpinfo()是如何/在哪里告诉你那些函数被禁止的吗?有一行叫做disable_functions,上面我写的内容可能是重复的