Hey! I'm new to PHP so bear with me please. =)
I'm running a LAMP server on my Fedora 17 system. I am looking to modify my PHP.ini file to change the error reporting and possible the timezone settings.
I opened a terminal and ran "whereis php.ini" and the output was this......
php: /bin/php /usr/bin/php /etc/php.ini /etc/php.d /lib/php /usr/lib/php /usr/share/php /usr/share/man/man1/php.1.gz
Which on is the php.ini file I have to edit?
How will I set up the error reporting so it'll help me debug.
Thanks for any help guys!