I am using a Debian squeeze server. I have installed PEAR using aptitude install php-pear
. This created a directory /usr/share/php/PEAR
.
I installed some PEAR packages including Phing. I installed the Phing files using pear install --alldeps phing/phing
and the files showed up in /usr/share/php/phing
.
But shouldn't PEAR packages (under normal circumstances) be put in /usr/share/php/PEAR
? When I run
pear config-get php_dir
I get "/usr/share/php
". Have I got something configured wrong?