The xamp tag has no wiki summary.
0
votes
1answer
83 views
Xamp on ubuntu serves php source for root url only
Okay, so installed xamp on my ubuntu machine, started it up and everything worked. Apache ran my php app just fine (including requests to the root url "/"). However, after the first reboot since ...
0
votes
1answer
968 views
Call to undefined function curl_init()
I've enabled curl in PHP.INI en restarted my machine and Apache.
extension=php_curl.dll
Still I get the following error in my php script:
Call to undefined function curl_init()
I'm running XAMP on ...
0
votes
1answer
885 views
Proper way to upgrade MAMP and keep current settings
I've upgraded MAMP on my Mac a few times now and it's easy enough to backup and restore my htdocs folder to restore my web documents but I'm unsure of the best way to do the same thing for all of my ...