I have a server with WHM panel. OS is CentOS. When I put a php.ini
in public_html PHP stops reading /usr/local/lib/php.ini
.
When I compare results of phpinfo() what I see is;
error_log error_log error_log
becames
error_log no value no value
How can PHP reads master php.ini directives unless I add a directive in local php.ini.
PS: COPPYING MASTER php.ini CONTENT TO LOCAL php.ini IS NOT AN OPTION.