Page 1 of 1

Setting differences: Testing vs Live environment

Posted: Tue Nov 30, 2010 4:53 pm
by steel_rose
I was wondering...
In terms of generic settings (especially in php.ini), what differences do you usually have in your development and live environment?
What are the things that you feel should be set in a different way, for debugging or security reasons (or any other reason)?

Thank you very much,

SR

Re: Setting differences: Testing vs Live environment

Posted: Tue Nov 30, 2010 11:16 pm
by Christopher
I think the main one is to have error messaged logged on the live site and displayed on the dev site.

Re: Setting differences: Testing vs Live environment

Posted: Wed Dec 22, 2010 4:41 pm
by josh
I use a different database adapter, it emulates nested transactions and rolls back changes to the database after each test.