I'm facing problem when migrate my web app project from development server to live server. the reason is because i just realize that the live server has different PHP version and available memory lower then mine.
i found this after client give me their ftp and cpanel access of their server, which is a shared host.
so,
- how do we handle this situation ? and avoid similar problem in the future ?
- What is the most suitable configuration of a development server ?
btw, i use xampp in windows. it's has apache and mysql.