Mac php環境搭建

2021-09-14 03:41:03 字數 895 閱讀 2783

2、安裝composer

(4)執行phpize 在 xdebug目錄下

如果出現該問題

問題一grep: /usr/include/php/main/php.h: no such file or directory

grep: /usr/include/php/zend/zend_modules.h: no such file or directory

grep: /usr/include/php/zend/zend_extensions.h: no such file or directory

configuring for:

php api version:

zend module api no:

zend extension api no:

cannot find autoconf. please check your autoconf installation and the

$php_autoconf environment variable. then, rerun this script.

問題四c:/php5/pear

php中提示「include_path=』.;c:\php5\pear』」錯誤的解決方法

問題五提示redis問題

include(redis.php): failed to open stream: no such file or directory

解決方法:

a、利用phpinfo()方法,查詢出一下內容:

phpize ./configure make 後

將 sudo cp redis.so /usr/lib/php/extensions/no-debug-non-zts-20160303

php.ini 配置 redis.so

mac PHP開發環境搭建abc

一 先安裝 homebrew 簡稱brew 功能簡介 相當於 redhat的yum,ubuntu的apt get,windows的360軟體管家 o 總之就是所有其他軟體的安裝都可以通過homebrew搞定,安裝brew最關鍵 開啟終端,命令列裡輸入以下 回車。等待完成就行了 ruby e curl...

mac php環境配置

1 通過finder快捷進入 etc,找到 etc apache2目錄下的httpd.conf檔案。2 開啟httpd.conf檔案,搜尋loadmodule php,找到包含這句話的那行 3 然後將這一行開頭的 刪去。4 然後通過finder開啟 library,找到apache服務部署路徑 li...

Mac php開發環境搭建。 管理工具

homebrew是什麼 homebrew是一款mac os平台下的軟體包管理工具,擁有安裝 解除安裝 更新 檢視 搜尋等很多實用的功能。簡單的一條指令,就可以實現包管理,而不用你關心各種依賴和檔案路徑的情況,十分方便快捷。援引官方的一句話 又提示缺少套件啦?別擔心,homebrew 隨時守候。hom...