php-screw在php5.4.6中编译失败
make
/bin/sh /root/php_screw-1.5/libtool --mode=compile cc -I. -I/root/php_screw-1.5 -DPHP_ATOM_INC -I/root/php_screw-1.5/include -I/root/php_screw-1.5/main -I/root/php_screw-1.5 -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /root/php_screw-1.5/php_screw.c -o php_screw.lo
libtool: compile: cc -I. -I/root/php_screw-1.5 -DPHP_ATOM_INC -I/root/php_screw-1.5/include -I/root/php_screw-1.5/main -I/root/php_screw-1.5 -I/usr/include/php -I/usr/include/php/main www.111cn.net -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /root/php_screw-1.5/php_screw.c -fPIC -DPIC -o .libs/php_screw.o
/root/php_screw-1.5/php_screw.c: In function ‘zm_startup_php_screw’:
/root/php_screw-1.5/php_screw.c:124: error: ‘struct _zend_compiler_globals’ has no member named ‘extended_info’
/root/php_screw-1.5/php_screw.c: In function ‘zm_shutdown_php_screw’:
/root/php_screw-1.5/php_screw.c:133: error: ‘struct _zend_compiler_globals’ has no member named ‘extended_info’
make: *** [php_screw.lo] Error 1
修改php-screw.c
代码如下 | |
|
下一篇: 跟老齐学Python之正规地说一句话
推荐阅读
-
清朝在“鸦片战争”中失败的根本原因是什么?
-
在Debian系的Linux中编译并安装ixgbe驱动的教程
-
在 Windows 中编译 Github 中的 GO 项目
-
keil 编译器V6 定义函数在ram中运行-和在指定地址定义常量
-
袁绍之所以在官渡之战中失败,是又因为没有采取缓攻策略?
-
在CodeBlocks中编译带加密的sqlite3,并利用CppSQLite3操纵sqlite3
-
elasticsearch hign level client 在jdk1.8,jetty中启动失败问题记录
-
在靖难之役中,朱棣让建文帝失败的原因究竟是什么?
-
怎样在vs2013和vs2015中实现自动编译sass
-
在pycharm中python切换解释器失败的解决方法