PHP·98 questions

What is php.ini?

Answer
Main PHP configuration file.
Location: php --ini.
Main settings: memory_limit, upload_max_filesize.
display_errors for development.
Restart the web server after changes.
Was this answer helpful?

More questions in this topic

Related questions from other topics