Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/281.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
找不到phpize标头lampp_Php_Xdebug_Lampp_Phpize - Fatal编程技术网

找不到phpize标头lampp

找不到phpize标头lampp,php,xdebug,lampp,phpize,Php,Xdebug,Lampp,Phpize,我正试图让xdebug在我从apachefriends.org安装的LAMP的新版本上工作。然而,当执行来自的所有步骤时,我遇到了phpize的问题。安装LAMP后,我在lampp/bin中有3个phpize二进制文件:phpize,phpize-5.3.8和phpize-5.6.20。然而,当调用它们时,它们都显示以下输出 grep: /opt/lampp/include/php/main/php.h: Datei oder Verzeichnis nicht gefunden grep: /

我正试图让xdebug在我从apachefriends.org安装的LAMP的新版本上工作。然而,当执行来自的所有步骤时,我遇到了phpize的问题。安装LAMP后,我在
lampp/bin
中有3个phpize二进制文件:
phpize
phpize-5.3.8
phpize-5.6.20
。然而,当调用它们时,它们都显示以下输出

grep: /opt/lampp/include/php/main/php.h: Datei oder Verzeichnis nicht gefunden
grep: /opt/lampp/include/php/Zend/zend_modules.h: Datei oder Verzeichnis nicht gefunden
grep: /opt/lampp/include/php/Zend/zend_extensions.h: Datei oder Verzeichnis nicht gefunden
Configuring for:
PHP Api Version:        
Zend Module Api No:     
Zend Extension Api No:  
显然,lampp目录中没有include文件夹<由于版本不匹配,我的命令行php版本的code>phpize也无法工作

我需要为lampp获取一些php-devel的东西吗?或者我可以将cli
php
phpize
更新为合适的版本吗