E.g. if i run simple
<?php phpinfo(); ?>
at PHP7 configurated folder error_log file happens in that folder where phpinfo.php is.
errors are :
PHP Warning: PHP Startup: imagick: Unable to initialize module
PHP compiled with module API=20151012
These options need to match
in Unknown on line 0
PHP Warning: PHP Startup: SourceGuardian: Unable to initialize module
Module compiled with module API=20100525
PHP compiled with module API=20151012
These options need to match
in Unknown on line 0
What is the meaning of these errors.?
What can i do ?