A) your php.ini file is in the wrong location.
😎 the name of the php config file isn't what php expects.
C) the user php is running as (nobody.nobody most likely) doesn't have access to the php.ini file or folder containing the file.
D) the php.ini isn't setup properly. copy the php.ini-dist file into the php.ini file location and try again.