Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/video/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用php-5.2.8在centos上配置xdebug_Centos_Centos5_Php 5.2 - Fatal编程技术网

使用php-5.2.8在centos上配置xdebug

使用php-5.2.8在centos上配置xdebug,centos,centos5,php-5.2,Centos,Centos5,Php 5.2,我按照链接在centos5.8中安装了xdebug2.2.1 for netbeans7.2 php,但我没有需要安装php5 dev的phpize,我需要在php版本5.2.8上工作,因此无法在centos5.8中安装php5 dev 我的rpm-qa | grep php给出了以下内容: php-common-5.2.8-1.fc5.remi,php-mysql-5.2.8-1.fc5.remi php-gd-5.2.8-1.fc5.remi,php-5.2.8-1.fc5.remi php

我按照链接在centos5.8中安装了xdebug2.2.1 for netbeans7.2 php,但我没有需要安装php5 dev的phpize,我需要在php版本5.2.8上工作,因此无法在centos5.8中安装php5 dev

我的rpm-qa | grep php给出了以下内容:

php-common-5.2.8-1.fc5.remi,php-mysql-5.2.8-1.fc5.remi

php-gd-5.2.8-1.fc5.remi,php-5.2.8-1.fc5.remi

php-cli-5.2.8-1.fc5.remi,php-pdo-5.2.8-1.fc5.remi

php-xml-5.2.8-1.fc5.remi

请帮助我找到为以下技术堆栈安装xdebug的方法 php-5.2.8 centos-5.8

无法更改php版本,但可灵活升级或降级centos,谢谢大家

找到了我的问题的答案,我需要安装php-devel-5.2.8-1.fc5.remi使phpize工作,然后按照前面提到的链接进行操作。工作正常