I installed PHP7 with brew and he said:
The php.ini file can be found in:
/usr/local/etc/php/7.0/php.ini
but I don’t see anything there. Therefore, I confirmed this with php-fpm -i:
Configuration File (php.ini) Path => /usr/local/etc/php/7.0
Loaded Configuration File => (none)
Scan this dir for additional .ini files => /usr/local/etc/php/7.0/conf.d
I think for this reason I cannot run PHP scripts, how can I fix it?
source
share