Question

Attempting to install the PHP PEAR code sniffer extension on a mac (after installing Mac Ports) to no avail. Ultimate goal is Drupal code sniffing in Komodo somewhat via these instructions... http://blog.8bitplateau.net/drupa-code-sniffer-komodo/

Command:

pear install PHP_CodeSniffer

Error:

No releases available for package "pear.php.net/PHP_CodeSniffer"

Was it helpful?

Solution 2

Just needed to update my php.ini for include_path = ".:/opt/local/lib/php"

OTHER TIPS

After downloading:

pear channel-discover pear.phpunit.de

I was getting package unavailable when tyring to install the package. My answer, working in Windows, from the command prompt type:

pear clear-cache

then type:

pear install phpunit/PHPUnit

job done, if you clear the cache after every installation, any further install goes without a hitch. ENjoy

I used the following command and it worked:

sudo pear install PHP_CodeSniffer
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top