1 Star 0 Fork 0

yanghuangsheng / sdebug

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile.frag 2.00 KB
一键复制 编辑 原始数据 按行查看 历史
install: $(all_targets) $(install_targets) show-install-instructions
show-install-instructions:
@echo
@$(top_srcdir)/build/shtool echo -n -e %B
@echo " +----------------------------------------------------------------------+"
@echo " | |"
@echo " | INSTALLATION INSTRUCTIONS |"
@echo " | ========================= |"
@echo " | |"
@echo " | See https://xdebug.org/install.php#configure-php for instructions |"
@echo " | on how to enable Xdebug for PHP. |"
@echo " | |"
@echo " | Documentation is available online as well: |"
@echo " | - A list of all settings: https://xdebug.org/docs-settings.php |"
@echo " | - A list of all functions: https://xdebug.org/docs-functions.php |"
@echo " | - Profiling instructions: https://xdebug.org/docs-profiling2.php |"
@echo " | - Remote debugging: https://xdebug.org/docs-debugger.php |"
@echo " | |"
@echo " | |"
@echo " | NOTE: Please disregard the message |"
@echo " | You should add \"extension=xdebug.so\" to php.ini |"
@echo " | that is emitted by the PECL installer. This does not work for |"
@echo " | Xdebug. |"
@echo " | |"
@echo " +----------------------------------------------------------------------+"
@$(top_srcdir)/build/shtool echo -n -e %b
@echo
@echo
findphp:
@echo $(PHP_EXECUTABLE)
1
https://gitee.com/yanghuangsheng_admin/sdebug.git
git@gitee.com:yanghuangsheng_admin/sdebug.git
yanghuangsheng_admin
sdebug
sdebug
master

搜索帮助