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
Setting differences: Testing vs Live environment
Moderator: General Moderators
-
steel_rose
- Forum Newbie
- Posts: 15
- Joined: Thu May 13, 2010 9:17 am
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Setting differences: Testing vs Live environment
I think the main one is to have error messaged logged on the live site and displayed on the dev site.
(#10850)
Re: Setting differences: Testing vs Live environment
I use a different database adapter, it emulates nested transactions and rolls back changes to the database after each test.