I quite don\'t understand what\'s going wrong. I\'ve installed Intervention from as guided here
Then I created the following .php file and started my localhost Apache se
Firstly, there are likely various php.ini files on your system. You can find the various files by typing locate php.ini
in a terminal. Verify you're editing the intended version for the web. Secondly, I would restart your web service. If you're using apache you can type sudo service apache2 restart
in a terminal to restart it.