Here's another option, from the guys from liip, here. This is a PHP package that comes pre-built for Yosemite (older versions works too) but it is just one line of code:

curl -s http://php-osx.liip.ch/install.sh | bash -s 5.6

After that, everything is ready to work as expected. The configuration that cames with that installation is well suited for Symfony 2 development, but it should work just fine with other use cases.

Finally, if you need to use the updated PHP CLI, too, but you don't want to use the PHP version that comes with the OS, then you could also add to your .bash_profile or similar this line of code:

export PATH=/usr/local/php5/bin:$PATH

最新文章

  1. Redis安装及实现session共享
  2. [转载]python中的sys模块(二)
  3. scala中的数组的转换操作
  4. Repeater多列分别合并单元格
  5. IOS- 单例
  6. [Perl]抓取个人的所有闪存+格式化保存为文本
  7. 在Unity中使用贝塞尔曲线(转)
  8. linux的7种运行级别
  9. devm_kzalloc and kmalloc
  10. Java学习----方法的重载
  11. Android设置上下边框或者左右边框
  12. 循环训练(for的嵌套、while、do while)以及异常处理
  13. stl map容器 学习
  14. Python:用 peewee 框架连接 SQL Server
  15. matlab画台风轨迹图小tip
  16. springboot与缓存(redis,或者caffeine,guava)
  17. grub启动流程和配置
  18. 02MySQL中的数据类型
  19. hdu 4937 base进制只含3456的base数
  20. 【BZOJ】1095: [ZJOI2007]Hide 捉迷藏 括号序列+线段树

热门文章

  1. Using 1.7 requires compiling with Android 4.4 (KitKat); currently using API 10
  2. C# winform如何在textbox中判断输入的是字母还是数字?
  3. HDU-4879-ZCC loves march(map+set+并查集)
  4. atlassian-jira-confluence-bitbucket破解
  5. Hadoop 2.6.3动态增加/删除DataNode节点
  6. Jquery 限制文本框输入字数【转】
  7. couchbase failover 集群故障自动转移方案研究!
  8. Java多线程读书笔记之一
  9. ==和equals
  10. C#管理异常和错误