I would like to point out a problem. First of all, doing the same thing under Wamp instead of Xampp (that is, uncommenting extension = php_curl.dll in php and apache directories causes an error, because Wamp does not pack this DLL from it (at least on server 2.0). I had a wamp ditch and install xampp to run magento, maybe someone can suggest where you can also download php_curl.dll because magento can be made to work with Wamp as well.
There is a magento checklist file at:
http://www.magentocommerce.com/knowledge-base/entry/how-do-i-know-if-my-server-is-compatible-with-magento
This script has two problems. The opening tag must first be <?php , not <? or the xampp server will not start it. Secondly, the expression shell_exec () returns an empty array because the mysql path is not configured, that's all, otherwise even I suppose this part should be fine. (???)
source share