Magento Installation on Windows XP
How to install Magento on Windows XP via appserv?
are you struck with php extension?
If you are Windows user and use Appserv you might found warning below when you to install Magento on Appserv.
PHP Extension "pdo_mysql" must be loaded
PHP Extension "mcrypt" must be loaded
PHP Extension "curl" must be loaded
It's maybe help if you follow my instruction.
- Install Appserv and copy your Magento to www root directory.
- Edit php.ini file. (uncomment in extensions that require)
- extension=php_pdo_mysql.dll
- extension=php_curl.dll
- extension=php_mcrypt.dll
- Copy dll files to C:\windows\system32 directory.
(you can download from php extensions require by magento)
- for phpcurl : libeay32.dll and ssleay32.dll are needed.
- for mycrpt : libmycrpt.dll is needed.
- for pdo_mysql : libmysql.dll is needed.
- Restart Apache service.
- Done!! easy?
next time I will talk about How to install Magento on OS X (Leopard).











