php - How use the Pear installed packages in windows -


i have installed pear , package needed. (example php_codesniffer, phpdocumentor). confirmed package has installed using

c:\wamp\www>pear list 

but when try use comment on windows comment prompt getting error

'phpcs' not recognized internal or external command  

please give me suggestion.

you have issue path environnent variable (sometimes it's reboot force environment refresh)

but in case, cvan specify complete path each exe :

c:\>path\to\php\bin\php.exe path\to\phpcs path\to\file.php 

Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -