真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

Mac+Apache+PHP安裝Xdebug的方法-創(chuàng)新互聯(lián)

MAC homebrew自2018/3/31之后棄用homebrew/php

創(chuàng)新互聯(lián)公司是專業(yè)的西雙版納網(wǎng)站建設(shè)公司,西雙版納接單;提供成都網(wǎng)站設(shè)計(jì)、網(wǎng)站建設(shè)、外貿(mào)網(wǎng)站建設(shè),網(wǎng)頁設(shè)計(jì),網(wǎng)站設(shè)計(jì),建網(wǎng)站,PHP網(wǎng)站建設(shè)等專業(yè)做網(wǎng)站服務(wù);采用PHP框架,可快速的進(jìn)行西雙版納網(wǎng)站開發(fā)網(wǎng)頁制作和功能擴(kuò)展;專業(yè)做搜索引擎喜愛的網(wǎng)站,專業(yè)的做網(wǎng)站團(tuán)隊(duì),希望更多企業(yè)前來合作!

By 31st March 2018 we will deprecate and archive the Homebrew/php tap. Unfortunately we have been unable to maintain an acceptable, consistent user or contributor experience and CI workload through non-core formula taps in the Homebrew organisation so we are continuing to migrate widely used formulae into Homebrew/core and encourage more niche formulae and options to be supported outside the Homebrew organisation.

詳細(xì):https://brew.sh/2018/01/19/homebrew-1.5.0/

所以不能再用下面的方法安裝xdebug了,下面的方法不行!下面的方法不行!下面的方法不行!

brew install php-xdebug

所以,安裝xdebug我們可以手動編譯一下,具體步驟如下:

1.首先進(jìn)入 Xdebug 官方下載頁面:https://xdebug.org/download.php,下載安裝php版本支持的xdebug的版本

eg.我本地的PHP版本是5.6.38,所以下載了2.5.4的source,一個(gè)tgz壓縮包

2.在下載xdebug的文件夾里打開終端

tar -xzf xdebug-2.5.4.tgz
cd xdebug-2.5.4

也可以在本地直接解壓,再進(jìn)入解壓的xdebug的文件夾里,打開終端

phpize

#如果不可以,寫phpize的完整路徑

./configure

上面命令執(zhí)行之后,開始編譯

make -j2

編譯完成之后,會提示,在modules可找到xdebug.so文件

Mac+Apache+PHP安裝Xdebug的方法

3.將編譯之后得到的xdebug.so文件可以拷貝到extension_dir規(guī)定的文件夾中

注:php.ini 中搜索extension_dir

4.在php.ini中配置一下參數(shù)

[Xdebug]
zend_extension="/usr/local/lib/php/pecl/20131226/xdebug.so"
;自動跟蹤,可關(guān)閉(關(guān)閉后提升性能)
xdebug.auto_trace=On
;性能分析,可關(guān)閉(關(guān)閉后提升性能)
xdebug.profiler_enable=On
xdebug.var_display_max_children=512
xdebug.var_display_max_data=2048
xdebug.var_display_max_depth=8

修改完之后,重啟apache,phpinfo()檢測一下安裝上了沒,應(yīng)該是沒問題了

以上就是Mac+Apache+PHP安裝Xdebug方法步驟的詳細(xì)內(nèi)容,更多請關(guān)注創(chuàng)新互聯(lián)其它相關(guān)文章!


當(dāng)前名稱:Mac+Apache+PHP安裝Xdebug的方法-創(chuàng)新互聯(lián)
URL地址:http://weahome.cn/article/doojdi.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部