摘要: 要求所有php版本都是由brew安装 使用brew安装php多版本方法 # brew install php56 # brew install php70 安装切换工具: # brew install php-version # source $(brew --prefix php-version) 阅读全文
posted @ 2017-06-01 17:28 壊壊在梦游 阅读(4842) 评论(0) 推荐(0) 编辑
摘要: xdebug 安装配置 [xdebug] ;基本调试配置 xdebug.auto_trace = on xdebug.collect_params = on xdebug.collect_return = on xdebug.profiler_enable = on xdebug.profiler_ 阅读全文
posted @ 2017-06-01 12:08 壊壊在梦游 阅读(656) 评论(0) 推荐(0) 编辑