I want to install PHP PEAR on Windows non-interactively.
If I just download http://pear.php.net/install-pear-nozlib.phar and run it like this:
php install-pear-nozlib.phar
It gets installed into C:\php
.
But my PHP is installed into C:\PHP5
(and it is in the %PATH%
).
So I want to somehow install PEAR into C:\PHP5
, but can't find a way to do it.
What way of installing PEAR do you recommend in my situation?