I’ve installed developer’s LAMP server and made changes on php.ini
display_errors On
display_startup_errors On
but it doesn’t display any errors or even a little warning, what’s the problem, what’s wrong?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Keep in mind that most systems have two php.ini files, one for the webserver and one for the command line. Do a
phpinfo()to see which one you need to edit.