How can I disable the dangerous eval function? Can that be done using ini_set function?
Also how to disable following functions? Ca
You can disable eval through https://github.com/mk-j/PHP_diseval_extension and gets around the issue of suhosin not being php7 compatible/stable.