Answer the question
In order to leave comments, you need to log in
How to disable eval function, disable_functions does not work in php.ini?
Changed the parameters in php.ini disable_functions
restarted the server.
in the info.php file I write the following code:
<?php
eval('echo 5+10;');
echo "<br>";
echo ini_get('disable_functions');
?>
exec,eval,proc_open,shell_exec,system,passthru
15
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question