his one is tailor made for the Basix users among you. If you've been itching to try out Ruby and/or Rails, if the Terminal is somewhat new to you, you may find that even the process of installing it can generate countless confusing errors. This artic…
OS X10.11自带了php5.5,项目中使用的是php5.6,用brew install --without-apache --with-fpm --with-mysql php56装php5.6报错:No available formula with ........ 怎么升级到5.6呢.一开始看了这篇文章,使用命令curl -s http://php-osx.liip.ch/install.sh | bash -s 5.6确实可以装上php5.6,但php相关的扩展还是在5.5,仍然无法…