Do you use a webserver development package (like XAMPP) or do you install apache, mysql, php per package for PHP / Perl / Python / etc. development? What is your practical experience?
I have experienced so far:
- [-] XAMPP may causes some problems (stability, performance, dependency with other packages) on Linux - Ubuntu
- [+] XAMPP allows you easily to package your whole web development environment and share it with your team members
- [~] No easy updates with XAMPP via apt-get update? But who really wants to stay his web-server development environment up-to-date?
(By the way, I'm using Ubuntu 13.04 64bit.)