Setting differences: Testing vs Live environment

Discussion of testing theory and practice, including methodologies (such as TDD, BDD, DDD, Agile, XP) and software - anything to do with testing goes here. (Formerly "The Testing Side of Development")

Moderator: General Moderators

Post Reply
steel_rose
Forum Newbie
Posts: 15
Joined: Thu May 13, 2010 9:17 am

Setting differences: Testing vs Live environment

Post 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
User avatar
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

Post by Christopher »

I think the main one is to have error messaged logged on the live site and displayed on the dev site.
(#10850)
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Re: Setting differences: Testing vs Live environment

Post by josh »

I use a different database adapter, it emulates nested transactions and rolls back changes to the database after each test.
Post Reply