I've been playing around with this 'new' (no I think it's old...Well I have to admit that I am late on this) XAMPP. It's been 1.6.7. I have installed it and replaced the 'old' one (mine is old). Guess what? I LOVVEEE IT! It works just fine indeed. I have no problem on installing it and working on it.
I have to take note though, sometimes Apache server can't be restarted, and you have to turn it off, uninstalled the service, install the service once again, and run it again.The other problem is, not all extension is activated by default. You have to turn it on yourself. If someone hasn't got the PHP thing...I can't imagine how he get away with this. Well, you can't google it though, as usual.
I faced this problem yesterday, I think the Curl hadn't been activated, because it came with error 'curl_init' error.
For those of you who don't have the skills and need quick fix, this may help you:
1. Find out where php.ini is located. This can easily identified by looking at (http://localhost). Click phpinfo() and see where php.ini is.
2. Use notepad or your favorite text editor and edit those php.ini, delete the ; before extension. It's much easy to find with keyword 'curl' first.
3. Restart the apache in XAMPP control panel. Viola! Just 3 simple steps.
