Quote: |
max_execution_time = 300 |
with debugger this settings impose the limit for the time that one step may take. If for example you press StepOver and stepped operator (part of script) takes longer than 300 seconds, it will be aborted. If it takes less than 300 seconds, limit will have no effect. I'd also mention that this limit is not accumulated.
Quote: |
If running on Windows and you plan to debug local scripts that send email, the sendmail_from value (and also SMTP and smtp_port) should not be left empty. |
correct, but if you use SMTP server, it's up to you which one to use. Personally I use gmail. How would installer guess this?