Follow following steps to install any pear package on window using WAMP architecture: Go to command prompt using start->run->cmd Type “pear install <packagename>” (where<packagename> is the name of the package you want to install) OR If the above one does not work, manually download the package from the website and go to that directory that [...]
Posts Tagged ‘Installation’
2 Nov
How to install XDebug on WAMP?
Download the latest release of xdebug for PHP version you are using. Copy xdebug dll file into php’s extension directory, in my case, as I use wamp, it is c:\wamp\php\ext Now we need to configure xdebug so that it get recognized by PHP, so open php.ini. For CLI it will be located at c:\wamp\php\php.ini and [...]
