I am trying to install phing using pear. I basically used the command

pear channel-discover pear.phing.info
pear install --alldeps phing/phing

phing is installed but into my old php version folder php5.4.3.

I wanted to install it on php5.4.16 directory.

I tried removing the old php directory and tried again. But it keeps creating the directory and installing there. Is there any way I force the pear to install on php5.4.16 directory?

Thanks.

有帮助吗?

解决方案

Run pear config-show to see where pear installs the files into.

You may use pear config-set $variable $path to change it. Then re-install the package.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top