How to enable PHP.ini

0

I want to send emails locally, and the tutorial says that I have to enable PHP.ini extension what is it and how can I activate it?

tutorial: How to send localhost email using the PHP mail function?

    
asked by anonymous 02.05.2018 / 13:44

1 answer

0

php.ini is the PHP configuration file, which loads automatically. I do not know what OS you use, but on Linux you can find the file by typing in the console:

php -i |grep php.ini
    
18.10.2018 / 01:38