I installed the PHP 5.6.31_7 using the brew install php56
, brew reinstall php56 --with-httpd24
, and brew reinstall php56 --with-apache
; however, still I cannot find the libexec
folder to make the necessary configuration in my httpd.conf
file. Any solution is appreciated. I assume the config path should be something like LoadModule php5_module /usr/local/Cellar/php56/5.6.31_7/libexec/apache2/libphp5.so
.

Mac - PHP 5.6.31_7由Brew安装PHP56安装不包含libphp5.so文件
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
1条回答 默认 最新
- dphj737575 2017-10-12 22:21关注
You should be able to find the file in
/usr/local/opt/php56/libexec/apache2/libphp5.so
if it installed successfully.本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报