doudanglang5826 2015-08-06 18:47
浏览 594

pecl安装xdebug中的错误版本

I am trying to install xdebug with pecl install xdebug on PHP 5.5.27

According to PECL website https://pecl.php.net/package/xdebug latest stable version of xdebug is 2.3.3

However command above is trying to install xdebug 2.3.2

What is wrong with this?

  • 写回答

1条回答 默认 最新

  • doutu1889 2015-08-10 03:15
    关注

    You need to download it manually:

    wget http://xdebug.org/files/xdebug-2.3.3.tgz
    tar -xvzf xdebug-2.3.3.tgz
    cd xdebug-2.3.3
    phpize
    ./configure
    make
    

    If you are running a tool like homestead you won't need further steps and do not forget to take backup before steps below.

    cp modules/xdebug.so /usr/lib/php5/20131226
    Update /etc/php5/fpm/php.ini
    zend_extension = /usr/lib/php5/20131226/xdebug.so
    

    Restart the webserver

    评论

报告相同问题?

悬赏问题

  • ¥15 教务系统账号被盗号如何追溯设备
  • ¥20 delta降尺度方法,未来数据怎么降尺度
  • ¥15 c# 使用NPOI快速将datatable数据导入excel中指定sheet,要求快速高效
  • ¥15 再不同版本的系统上,TCP传输速度不一致
  • ¥15 高德地图点聚合中Marker的位置无法实时更新
  • ¥15 DIFY API Endpoint 问题。
  • ¥20 sub地址DHCP问题
  • ¥15 delta降尺度计算的一些细节,有偿
  • ¥15 Arduino红外遥控代码有问题
  • ¥15 数值计算离散正交多项式