Sr. PHP Programmer Question:
Download Questions PDF

What is the purpose of php.ini file?

Senior PHP Programmer Interview Question
Senior PHP Programmer Interview Question

Answer:

The PHP configuration file, php.ini, is the final and most immediate way to affect PHP's functionality. The php.ini file is read each time PHP is initialized.in other words, whenever httpd is restarted for the module version or with each script execution for the CGI version. If your change isn.t showing up, remember to stop and restart httpd. If it still isn.t showing up, use phpinfo() to check the path to php.ini.

Download Senior PHP Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
How will you delete a cookie in PHP?What is the purpose of $_FILES variable in PHP?