PDA

View Full Version : Matching development environment


Kodah
06-24-2009, 01:56 PM
Hi all,

I use xampp to develop projects before uploading to the actual server. Xampp is by default very loose (register globals = on etc...). This has caused many problems for me after uploading. I would like to set my development server (xampp) to more closely emulate the actual server's configuration. I know I can use php_info() to compare the differences between the two and maybe thats what I'll have to do but I'm wondering if there is a "check list" somewhere that lays out the changes I need to make to match xampp to an average server?