I\'m running PHP 7 on Ubuntu Xenial, and bumped into a weird situation with WordPress. I was attempting to enable WP_DEBUG_LOG and it wasn\'t writing out to the de
ini_set() works on global settings in php.ini. Some servers are set up to have values set under a HOST or a PATH setting. ini_set() can not change these particular values.