Quote:
Originally Posted by holograph
developers better off replicating live production environment apache/php/mysql/etc. locally for the use of modules and such.
|
I agree, developing scripts in "foreign" environment can result in non-functional scripts when deployed.
But I was referring to simpler usage, for example if you use PHP as parser, file manipulations, or just quick check for php errors.