我安装了php5-dev,获取php源码,在
中放置了hello_world扩展名<php_source>/ext/hello.
我在hello目录中运行此命令:
phpize
./configure --enable-hello
make
但我有错误:找不到php.h :(
我试图在php源路径中运行./configure,将文件从Zend /,TSRM /,main / dirs放到/ ext / hello目录,但是在运行make后我有很多编译错误。我做错了什么?
答案 0 :(得分:0)
尝试
./configure --with-php-config=/path/to/php/bin/php-config --enable-hello