I'm encountering this error while trying to install the test_helpers from here.

**WARNING**: php_bin C:\xampp\php\.\php.exe appears to have a suffix \.\php.exe, but
 config variable php_suffix does not match

**ERROR**: The DSP test_helpers.dsp does not exist. 

Any help?

有帮助吗?

解决方案

Fix your php_bin setting by showing it with

$ pear config-get php_bin

Then fix it (by removing the .\) with

$ pear config-set php_bin the-new-val
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top