I have a php.ini custom file, if I omit all the variables I did not change and only keep my custom settings, will PHP consider default values for the omitted variables? >
For example, if I modify the display_errors and delete everything else, will PHP default to the others?