douxun4173 2014-11-15 13:00 采纳率: 0%
浏览 20
已采纳

如何安装php取决于wamp?

How to install php depend on project running in wamp on windows? I've checked what's on website, but found nothing. Thanks.

http://pdepend.org

  • 写回答

1条回答 默认 最新

  • dsfsad089111 2014-11-15 13:32
    关注

    To install PHP Depend on a WAMP installation follow these steps:

    1. Download the latest phar-archive to a suitable location.
    2. Check if the php executable is on your path. Start a command prompt and run: where php
    3. If it returns a path, you can use pdepend by running php pdepend.phar (from a command prompt)
    4. If it doesn't you must supply the full path to the php interpreter. The path to the php interpreter will be something like \wamp\bin\php\{phpversion}\php.exe, depending on your installation settings. The command will thus than be \wamp\bin\php\{phpversion}\php.exe pdepend.phar.
    5. A second solution is modifying your PATH variable to include the php directory
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
编辑
预览

报告相同问题?

悬赏问题

  • ¥15 有人帮看看这个问题的嘛
  • ¥15 STM32悬赏求解答,ai不要来解答
  • ¥15 Mysql 一张表同时多人查询和插入怎么防止死锁
  • ¥20 centos6.7 安装libevent库.总是报错,如何解决?
  • ¥15 电脑买回,学校的有线网络总掉。
  • ¥20 关于普洛菲斯触摸屏与AB连接地址问题
  • ¥15 syri可视化不显示插入缺失
  • ¥30 运行软件卡死查看系统日志分析不出来
  • ¥15 C语言代码改正特征选择算法设计,贝叶斯决策,,设计分类器,远程操作代码修正一下
  • ¥15 String 类valuve指向的问题
手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部