Xamp works well, but it is different of a linux hosted server.
For example, the table names in mysql ar case sensitive on Linux, not on windows.
Meaning that a code working on xampp could break on linux if you use camel case in table definition, but forgot to in queries.
Second, you need to tweek the php.ini to send email, which is not the case on linux.
Third, some php extensions (very specific, true, but they exists) ar non existant on windows, like pcntl.
Or some are relatively old versions, that implement not always everything. I think of the XSLT extension in particular, which I had problem to make work on windows.
fourth, it's always good to have a life & death control over the server.
I remember me populous, and I like it 
__________________
Listen to the ducky: "This is awesome!!!"
Last edited by tripy : 05-02-2008 at 06:11 AM.
|