configure: error: Connot find php-config. Please add --with-php-config=PATH


在./configure时加上 --with-php-config=/usr/local/php/bin/php-config 即可


(可用 find / -name "php-config" 定位)