设为首页收藏本站

ZMX - IT技术交流论坛 - 无限Perfect,追求梦想 - itzmx.com

 找回密码
 注册论坛

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

用百度帐号登录

只需两步,快速登录

搜索
查看: 1638|回复: 0

apcu5.1.9编译make安装报错解决方法

[复制链接]
 成长值: 255

签到天数: 4710 天

[LV.Master]伴坛终老

发表于 2018/1/7 01:18 | 显示全部楼层 |阅读模式 |Google Chrome 63.0.3239.108|Windows 10
天涯海角搜一下: 百度 谷歌 360 搜狗 有道 雅虎 必应 即刻
mkdir: cannot create directory `.libs': File exists
mkdir: cannot create directory `.libs': File exists
cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/root/apcu-5.1.9 -DPHP_ATOM_INC -I/root/apcu-5.1.9/include -I/root/apcu-5.1.9/main -I/root/apcu-5.1.9 -I/vhs/kangle/ext/tpl_php5633/include/php -I/vhs/kangle/ext/tpl_php5633/include/php/main -I/vhs/kangle/ext/tpl_php5633/include/php/TSRM -I/vhs/kangle/ext/tpl_php5633/include/php/Zend -I/vhs/kangle/ext/tpl_php5633/include/php/ext -I/vhs/kangle/ext/tpl_php5633/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /root/apcu-5.1.9/apc.c  -fPIC -DPIC -o .libs/apc.o
cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/root/apcu-5.1.9 -DPHP_ATOM_INC -I/root/apcu-5.1.9/include -I/root/apcu-5.1.9/main -I/root/apcu-5.1.9 -I/vhs/kangle/ext/tpl_php5633/include/php -I/vhs/kangle/ext/tpl_php5633/include/php/main -I/vhs/kangle/ext/tpl_php5633/include/php/TSRM -I/vhs/kangle/ext/tpl_php5633/include/php/Zend -I/vhs/kangle/ext/tpl_php5633/include/php/ext -I/vhs/kangle/ext/tpl_php5633/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /root/apcu-5.1.9/php_apc.c  -fPIC -DPIC -o .libs/php_apc.o
cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/root/apcu-5.1.9 -DPHP_ATOM_INC -I/root/apcu-5.1.9/include -I/root/apcu-5.1.9/main -I/root/apcu-5.1.9 -I/vhs/kangle/ext/tpl_php5633/include/php -I/vhs/kangle/ext/tpl_php5633/include/php/main -I/vhs/kangle/ext/tpl_php5633/include/php/TSRM -I/vhs/kangle/ext/tpl_php5633/include/php/Zend -I/vhs/kangle/ext/tpl_php5633/include/php/ext -I/vhs/kangle/ext/tpl_php5633/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /root/apcu-5.1.9/apc_lock.c  -fPIC -DPIC -o .libs/apc_lock.o
cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/root/apcu-5.1.9 -DPHP_ATOM_INC -I/root/apcu-5.1.9/include -I/root/apcu-5.1.9/main -I/root/apcu-5.1.9 -I/vhs/kangle/ext/tpl_php5633/include/php -I/vhs/kangle/ext/tpl_php5633/include/php/main -I/vhs/kangle/ext/tpl_php5633/include/php/TSRM -I/vhs/kangle/ext/tpl_php5633/include/php/Zend -I/vhs/kangle/ext/tpl_php5633/include/php/ext -I/vhs/kangle/ext/tpl_php5633/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /root/apcu-5.1.9/apc_cache.c  -fPIC -DPIC -o .libs/apc_cache.o
In file included from /root/apcu-5.1.9/apc_sma.h:34,
                 from /root/apcu-5.1.9/apc_pool.h:33,
                 from /root/apcu-5.1.9/apc_cache.h:36,
                 from /root/apcu-5.1.9/php_apc.c:35:
/root/apcu-5.1.9/apc_sma_api.h:46: error: expected specifier-qualifier-list before ‘zend_long’
In file included from /root/apcu-5.1.9/apc_pool.h:36,
                 from /root/apcu-5.1.9/apc_cache.h:36,
                 from /root/apcu-5.1.9/php_apc.c:35:
/root/apcu-5.1.9/apc_pool_api.h:142: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
/root/apcu-5.1.9/apc_pool_api.h:143: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
In file included from /root/apcu-5.1.9/apc_cache.h:40,
                 from /root/apcu-5.1.9/php_apc.c:35:
/root/apcu-5.1.9/apc_cache_api.h:44: error: expected specifier-qualifier-list before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:53: error: expected specifier-qualifier-list before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:67: error: expected specifier-qualifier-list before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:82: error: expected specifier-qualifier-list before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:101: error: expected specifier-qualifier-list before ‘zend_long’
In file included from /root/apcu-5.1.9/apc_sma.h:34,
                 from /root/apcu-5.1.9/apc_pool.h:33,
                 from /root/apcu-5.1.9/apc_cache.h:36,
                 from /root/apcu-5.1.9/apc.c:35:
/root/apcu-5.1.9/apc_sma_api.h:46: error: expected specifier-qualifier-list before ‘zend_long’
In file included from /root/apcu-5.1.9/apc_pool.h:36,
                 from /root/apcu-5.1.9/apc_cache.h:36,
                 from /root/apcu-5.1.9/apc.c:35:
/root/apcu-5.1.9/apc_pool_api.h:142: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
/root/apcu-5.1.9/apc_pool_api.h:143: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
In file included from /root/apcu-5.1.9/apc_cache.h:40,
                 from /root/apcu-5.1.9/apc.c:35:
/root/apcu-5.1.9/apc_cache_api.h:44: error: expected specifier-qualifier-list before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:53: error: expected specifier-qualifier-list before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:67: error: expected specifier-qualifier-list before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:82: error: expected specifier-qualifier-list before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:101: error: expected specifier-qualifier-list before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:139: error: expected declaration specifiers or ‘...’ before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:140: error: expected declaration specifiers or ‘...’ before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:141: error: expected declaration specifiers or ‘...’ before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:142: error: expected declaration specifiers or ‘...’ before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:216: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:223: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:230: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:236: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:245: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:250: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:272: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:290: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:390: error: expected declaration specifiers or ‘...’ before ‘zend_long’
In file included from /root/apcu-5.1.9/apc_cache.h:40,
                 from /root/apcu-5.1.9/apc.c:35:
/root/apcu-5.1.9/apc_cache_api.h:390: error: expected declaration specifiers or ‘...’ before ‘zend_long’
In file included from /root/apcu-5.1.9/apc.c:36:
/root/apcu-5.1.9/apc_globals.h:44: error: expected specifier-qualifier-list before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:139: error: expected declaration specifiers or ‘...’ before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:140: error: expected declaration specifiers or ‘...’ before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:141: error: expected declaration specifiers or ‘...’ before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:142: error: expected declaration specifiers or ‘...’ before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:216: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:223: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:230: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:236: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:245: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:250: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:272: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:290: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:390: error: expected declaration specifiers or ‘...’ before ‘zend_long’
In file included from /root/apcu-5.1.9/apc_cache.h:40,
                 from /root/apcu-5.1.9/php_apc.c:35:
/root/apcu-5.1.9/apc_cache_api.h:390: error: expected declaration specifiers or ‘...’ before ‘zend_long’
In file included from /root/apcu-5.1.9/apc_sma.h:34,
                 from /root/apcu-5.1.9/apc_pool.h:33,
                 from /root/apcu-5.1.9/apc_cache.h:36,
                 from /root/apcu-5.1.9/apc_cache.c:33:
/root/apcu-5.1.9/apc_sma_api.h:46: error: expected specifier-qualifier-list before ‘zend_long’
In file included from /root/apcu-5.1.9/apc_pool.h:36,
                 from /root/apcu-5.1.9/apc_cache.h:36,
                 from /root/apcu-5.1.9/apc_cache.c:33:
/root/apcu-5.1.9/apc_pool_api.h:142: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
/root/apcu-5.1.9/apc_pool_api.h:143: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
In file included from /root/apcu-5.1.9/apc_cache.h:40,
                 from /root/apcu-5.1.9/apc_cache.c:33:
/root/apcu-5.1.9/apc_cache_api.h:44: error: expected specifier-qualifier-list before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:53: error: expected specifier-qualifier-list before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:67: error: expected specifier-qualifier-list before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:82: error: expected specifier-qualifier-list before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:101: error: expected specifier-qualifier-list before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:139: error: expected declaration specifiers or ‘...’ before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:140: error: expected declaration specifiers or ‘...’ before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:141: error: expected declaration specifiers or ‘...’ before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:142: error: expected declaration specifiers or ‘...’ before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:216: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:223: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:230: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:236: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc.c:41:31: error: zend_smart_str.h: No such file or directory
/root/apcu-5.1.9/apc.c: In function ‘apc_flip_hash’:
/root/apcu-5.1.9/apc.c:336: warning: passing argument 2 of ‘zend_hash_get_current_data_ex’ from incompatible pointer type
/vhs/kangle/ext/tpl_php5633/include/php/Zend/zend_hash.h:182: note: expected ‘void **’ but argument is of type ‘struct Bucket **’
/root/apcu-5.1.9/apc.c:336: error: too few arguments to function ‘zend_hash_get_current_data_ex’
/root/apcu-5.1.9/apc.c:338:61: error: macro "zend_hash_update" requires 6 arguments, but only 3 given
/root/apcu-5.1.9/apc.c:338: error: ‘zend_hash_update’ undeclared (first use in this function)
/root/apcu-5.1.9/apc.c:338: error: (Each undeclared identifier is reported only once
/root/apcu-5.1.9/apc.c:338: error: for each function it appears in.)
/root/apcu-5.1.9/apc.c:340:68: error: macro "zend_hash_index_update" requires 5 arguments, but only 3 given
/root/apcu-5.1.9/apc.c:340: error: ‘zend_hash_index_update’ undeclared (first use in this function)
/root/apcu-5.1.9/apc.c:345: warning: passing argument 1 of ‘_zval_ptr_dtor’ from incompatible pointer type
/vhs/kangle/ext/tpl_php5633/include/php/Zend/zend_variables.h:51: note: expected ‘struct zval **’ but argument is of type ‘struct zval *’
In file included from /root/apcu-5.1.9/php_apc.c:36:
/root/apcu-5.1.9/apc_iterator.h:30:31: error: zend_smart_str.h: No such file or directory
In file included from /root/apcu-5.1.9/php_apc.c:36:
/root/apcu-5.1.9/apc_iterator.h:62: error: expected specifier-qualifier-list before ‘zend_long’
/root/apcu-5.1.9/apc_iterator.h:93: error: expected specifier-qualifier-list before ‘zend_string’
/root/apcu-5.1.9/apc_iterator.h:101: error: expected declaration specifiers or ‘...’ before ‘zend_long’
/root/apcu-5.1.9/apc_iterator.h:102: error: expected declaration specifiers or ‘...’ before ‘zend_long’
/root/apcu-5.1.9/apc_iterator.h:103: error: expected declaration specifiers or ‘...’ before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:245: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:250: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:272: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:290: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:390: error: expected declaration specifiers or ‘...’ before ‘zend_long’
In file included from /root/apcu-5.1.9/apc_cache.h:40,
                 from /root/apcu-5.1.9/apc_cache.c:33:
/root/apcu-5.1.9/apc_cache_api.h:390: error: expected declaration specifiers or ‘...’ before ‘zend_long’
In file included from /root/apcu-5.1.9/apc_cache.c:35:
/root/apcu-5.1.9/apc_globals.h:44: error: expected specifier-qualifier-list before ‘zend_long’
make: *** [apc.lo] Error 1
make: *** Waiting for unfinished jobs....
/root/apcu-5.1.9/apc_cache.c:42:28: error: zend_smart_str.h: No such file or directory
/root/apcu-5.1.9/apc_cache.c: In function ‘make_slot’:
/root/apcu-5.1.9/apc_cache.c:106: error: ‘apc_cache_entry_t’ has no member named ‘pool’
/root/apcu-5.1.9/apc_cache.c:106: error: ‘apc_cache_entry_t’ has no member named ‘pool’
/root/apcu-5.1.9/apc_cache.c:109: error: ‘zend_string’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:109: error: (Each undeclared identifier is reported only once
/root/apcu-5.1.9/apc_cache.c:109: error: for each function it appears in.)
/root/apcu-5.1.9/apc_cache.c:109: error: ‘copiedKey’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:109: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:109: error: ‘apc_cache_entry_t’ has no member named ‘pool’
/root/apcu-5.1.9/apc_cache.c:112: error: ‘apc_cache_entry_t’ has no member named ‘pool’
/root/apcu-5.1.9/apc_cache.c:112: error: ‘apc_cache_entry_t’ has no member named ‘pool’
/root/apcu-5.1.9/apc_cache.c:118: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:125: error: ‘apc_cache_slot_t’ has no member named ‘nhits’
/root/apcu-5.1.9/apc_cache.c:126: error: ‘apc_cache_slot_t’ has no member named ‘ctime’
/root/apcu-5.1.9/apc_cache.c:127: error: ‘apc_cache_slot_t’ has no member named ‘atime’
/root/apcu-5.1.9/apc_cache.c:128: error: ‘apc_cache_slot_t’ has no member named ‘dtime’
/root/apcu-5.1.9/apc_cache.c: In function ‘free_slot’:
/root/apcu-5.1.9/apc_cache.c:140: error: ‘apc_cache_entry_t’ has no member named ‘pool’
/root/apcu-5.1.9/apc_cache.c: At top level:
/root/apcu-5.1.9/apc_cache.c:147: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_cache_hash_slot’:
/root/apcu-5.1.9/apc_cache.c:150: error: ‘key’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:151: error: ‘apc_cache_t’ has no member named ‘nslots’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_cache_remove_slot’:
/root/apcu-5.1.9/apc_cache.c:163: error: ‘apc_cache_header_t’ has no member named ‘mem_size’
/root/apcu-5.1.9/apc_cache.c:164: error: ‘apc_cache_header_t’ has no member named ‘mem_size’
/root/apcu-5.1.9/apc_cache.c:164: error: ‘apc_cache_entry_t’ has no member named ‘mem_size’
/root/apcu-5.1.9/apc_cache.c:166: error: ‘apc_cache_header_t’ has no member named ‘nentries’
/root/apcu-5.1.9/apc_cache.c:167: error: ‘apc_cache_header_t’ has no member named ‘nentries’
/root/apcu-5.1.9/apc_cache.c:170: error: ‘apc_cache_entry_t’ has no member named ‘ref_count’
/root/apcu-5.1.9/apc_cache.c:174: error: ‘apc_cache_header_t’ has no member named ‘gc’
/root/apcu-5.1.9/apc_cache.c:175: error: ‘apc_cache_slot_t’ has no member named ‘dtime’
/root/apcu-5.1.9/apc_cache.c:176: error: ‘apc_cache_header_t’ has no member named ‘gc’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_cache_gc’:
/root/apcu-5.1.9/apc_cache.c:189: error: ‘apc_cache_header_t’ has no member named ‘gc’
/root/apcu-5.1.9/apc_cache.c:194: error: ‘apc_cache_header_t’ has no member named ‘gc’
/root/apcu-5.1.9/apc_cache.c:198: error: ‘apc_cache_t’ has no member named ‘gc_ttl’
/root/apcu-5.1.9/apc_cache.c:198: error: ‘apc_cache_slot_t’ has no member named ‘dtime’
/root/apcu-5.1.9/apc_cache.c:200: error: ‘apc_cache_entry_t’ has no member named ‘ref_count’
/root/apcu-5.1.9/apc_cache.c:200: error: ‘apc_cache_t’ has no member named ‘gc_ttl’
/root/apcu-5.1.9/apc_cache.c:204: error: ‘apc_cache_entry_t’ has no member named ‘ref_count’
/root/apcu-5.1.9/apc_cache.c:207: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c: In function ‘php_apc_serializer’:
/root/apcu-5.1.9/apc_cache.c:235: warning: passing argument 2 of ‘php_var_serialize’ from incompatible pointer type
/vhs/kangle/ext/tpl_php5633/include/php/ext/standard/php_var.h:52: note: expected ‘struct zval **’ but argument is of type ‘struct zval *’
In file included from /root/apcu-5.1.9/php_apc.h:36,
                 from /root/apcu-5.1.9/php_apc.c:53:
/root/apcu-5.1.9/apc_globals.h:44: error: expected specifier-qualifier-list before ‘zend_long’
/root/apcu-5.1.9/apc_cache.c:238: error: ‘smart_str’ has no member named ‘s’
/root/apcu-5.1.9/apc_cache.c:239: error: ‘smart_str’ has no member named ‘s’
/root/apcu-5.1.9/apc_cache.c:239: error: ‘smart_str’ has no member named ‘s’
/root/apcu-5.1.9/apc_cache.c:243: error: ‘smart_str’ has no member named ‘s’
/root/apcu-5.1.9/apc_cache.c: In function ‘php_apc_unserializer’:
/root/apcu-5.1.9/apc_cache.c:256: warning: passing argument 1 of ‘php_var_unserialize’ from incompatible pointer type
/vhs/kangle/ext/tpl_php5633/include/php/ext/standard/php_var.h:53: note: expected ‘struct zval **’ but argument is of type ‘struct zval *’
/root/apcu-5.1.9/apc_cache.c:258: error: ‘zend_long’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:258: error: expected ‘)’ before ‘buf_len’
/root/apcu-5.1.9/apc_cache.c: At top level:
/root/apcu-5.1.9/apc_cache.c:267: error: expected declaration specifiers or ‘...’ before ‘zend_long’
/root/apcu-5.1.9/apc_cache.c:267: error: expected declaration specifiers or ‘...’ before ‘zend_long’
/root/apcu-5.1.9/apc_cache.c:267: error: expected declaration specifiers or ‘...’ before ‘zend_long’
/root/apcu-5.1.9/apc_cache.c:267: error: expected declaration specifiers or ‘...’ before ‘zend_long’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_cache_create’:
/root/apcu-5.1.9/apc_cache.c:269: error: ‘zend_long’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:269: error: expected ‘;’ before ‘cache_size’
/root/apcu-5.1.9/apc_cache.c:270: error: expected ‘;’ before ‘nslots’
/root/apcu-5.1.9/apc_cache.c:273: error: ‘nslots’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:273: error: ‘size_hint’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:284: error: ‘cache_size’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:300: error: ‘apc_cache_header_t’ has no member named ‘nhits’
/root/apcu-5.1.9/apc_cache.c:301: error: ‘apc_cache_header_t’ has no member named ‘nmisses’
/root/apcu-5.1.9/apc_cache.c:302: error: ‘apc_cache_header_t’ has no member named ‘nentries’
/root/apcu-5.1.9/apc_cache.c:303: error: ‘apc_cache_header_t’ has no member named ‘nexpunges’
/root/apcu-5.1.9/apc_cache.c:304: error: ‘apc_cache_header_t’ has no member named ‘gc’
/root/apcu-5.1.9/apc_cache.c:305: error: ‘apc_cache_header_t’ has no member named ‘stime’
/root/apcu-5.1.9/apc_cache.c:306: error: ‘apc_cache_header_t’ has no member named ‘state’
/root/apcu-5.1.9/apc_cache.c:312: error: ‘apc_cache_t’ has no member named ‘nslots’
/root/apcu-5.1.9/apc_cache.c:313: error: ‘apc_cache_t’ has no member named ‘gc_ttl’
/root/apcu-5.1.9/apc_cache.c:313: error: ‘gc_ttl’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:314: error: ‘apc_cache_t’ has no member named ‘ttl’
/root/apcu-5.1.9/apc_cache.c:314: error: ‘ttl’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:315: error: ‘apc_cache_t’ has no member named ‘smart’
/root/apcu-5.1.9/apc_cache.c:315: error: ‘smart’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:316: error: ‘apc_cache_t’ has no member named ‘defend’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_cache_insert_internal’:
/root/apcu-5.1.9/apc_cache.c:353: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:353: error: ‘apc_cache_t’ has no member named ‘nslots’
/root/apcu-5.1.9/apc_cache.c:358: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:358: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:359: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:359: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:359: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:368: error: ‘apc_cache_entry_t’ has no member named ‘ttl’
/root/apcu-5.1.9/apc_cache.c:368: error: ‘apc_cache_slot_t’ has no member named ‘ctime’
/root/apcu-5.1.9/apc_cache.c:368: error: ‘apc_cache_entry_t’ has no member named ‘ttl’
/root/apcu-5.1.9/apc_cache.c:383: error: ‘apc_cache_t’ has no member named ‘ttl’
/root/apcu-5.1.9/apc_cache.c:383: error: ‘apc_cache_slot_t’ has no member named ‘atime’
/root/apcu-5.1.9/apc_cache.c:383: error: ‘apc_cache_t’ has no member named ‘ttl’
/root/apcu-5.1.9/apc_cache.c:384: error: ‘apc_cache_entry_t’ has no member named ‘ttl’
/root/apcu-5.1.9/apc_cache.c:384: error: ‘apc_cache_slot_t’ has no member named ‘ctime’
/root/apcu-5.1.9/apc_cache.c:384: error: ‘apc_cache_entry_t’ has no member named ‘ttl’
/root/apcu-5.1.9/apc_cache.c:395: error: ‘apc_cache_entry_t’ has no member named ‘mem_size’
/root/apcu-5.1.9/apc_cache.c:397: error: ‘apc_cache_header_t’ has no member named ‘mem_size’
/root/apcu-5.1.9/apc_cache.c:398: error: ‘apc_cache_header_t’ has no member named ‘nentries’
/root/apcu-5.1.9/apc_cache.c:399: error: ‘apc_cache_header_t’ has no member named ‘ninserts’
/root/apcu-5.1.9/apc_cache.c: At top level:
/root/apcu-5.1.9/apc_cache.c:408: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_cache_store_internal’:
/root/apcu-5.1.9/apc_cache.c:415: error: ‘zend_apcu_globals’ has no member named ‘use_request_time’
/root/apcu-5.1.9/apc_cache.c:421: error: ‘strkey’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:421: error: too many arguments to function ‘apc_cache_make_key’
/root/apcu-5.1.9/php_apc.c: In function ‘php_apc_init_globals’:
/root/apcu-5.1.9/php_apc.c:86: error: ‘zend_apcu_globals’ has no member named ‘initialized’
/root/apcu-5.1.9/php_apc.c:87: error: ‘zend_apcu_globals’ has no member named ‘slam_defense’
/root/apcu-5.1.9/php_apc.c:88: error: ‘zend_apcu_globals’ has no member named ‘smart’
/root/apcu-5.1.9/php_apc.c:89: error: ‘zend_apcu_globals’ has no member named ‘preload_path’
/root/apcu-5.1.9/php_apc.c:90: error: ‘zend_apcu_globals’ has no member named ‘coredump_unmap’
/root/apcu-5.1.9/php_apc.c:91: error: ‘zend_apcu_globals’ has no member named ‘use_request_time’
/root/apcu-5.1.9/php_apc.c:92: error: ‘zend_apcu_globals’ has no member named ‘serializer_name’
/root/apcu-5.1.9/php_apc.c:93: error: ‘zend_apcu_globals’ has no member named ‘recursion’
/root/apcu-5.1.9/php_apc.c: In function ‘OnUpdateShmSegments’:
/root/apcu-5.1.9/php_apc.c:102: error: request for member ‘val’ in something not a structure or union
/root/apcu-5.1.9/php_apc.c:102: error: request for member ‘len’ in something not a structure or union
/root/apcu-5.1.9/php_apc.c:105: error: ‘zend_apcu_globals’ has no member named ‘shm_segments’
/root/apcu-5.1.9/php_apc.c: In function ‘OnUpdateShmSize’:
/root/apcu-5.1.9/php_apc.c:115: error: ‘zend_long’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:115: error: (Each undeclared identifier is reported only once
/root/apcu-5.1.9/php_apc.c:115: error: for each function it appears in.)
/root/apcu-5.1.9/php_apc.c:115: error: expected ‘;’ before ‘s’
/root/apcu-5.1.9/php_apc.c:117: error: ‘s’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:128: error: ‘zend_apcu_globals’ has no member named ‘shm_size’
/root/apcu-5.1.9/apc_cache.c: At top level:
/root/apcu-5.1.9/apc_cache.c:445: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_cache_find_internal’:
/root/apcu-5.1.9/apc_cache.c:455: error: ‘key’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:455: error: too many arguments to function ‘apc_cache_hash_slot’
/root/apcu-5.1.9/apc_cache.c:462: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:463: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:466: error: ‘apc_cache_entry_t’ has no member named ‘ttl’
/root/apcu-5.1.9/apc_cache.c:466: error: ‘apc_cache_slot_t’ has no member named ‘ctime’
/root/apcu-5.1.9/apc_cache.c:466: error: ‘apc_cache_entry_t’ has no member named ‘ttl’
/root/apcu-5.1.9/apc_cache.c:468: error: ‘apc_cache_header_t’ has no member named ‘nmisses’
/root/apcu-5.1.9/apc_cache.c:468: error: incompatible type for argument 1 of ‘__sync_add_and_fetch’
/root/apcu-5.1.9/apc_cache.c:476: error: ‘apc_cache_header_t’ has no member named ‘nhits’
/root/apcu-5.1.9/apc_cache.c:476: error: incompatible type for argument 1 of ‘__sync_add_and_fetch’
/root/apcu-5.1.9/apc_cache.c:481: error: ‘apc_cache_slot_t’ has no member named ‘atime’
/root/apcu-5.1.9/apc_cache.c:484: error: ‘apc_cache_slot_t’ has no member named ‘nhits’
/root/apcu-5.1.9/apc_cache.c:484: error: incompatible type for argument 1 of ‘__sync_add_and_fetch’
/root/apcu-5.1.9/apc_cache.c:485: error: ‘apc_cache_entry_t’ has no member named ‘ref_count’
/root/apcu-5.1.9/apc_cache.c:485: error: incompatible type for argument 1 of ‘__sync_add_and_fetch’
/root/apcu-5.1.9/apc_cache.c:498: error: ‘apc_cache_header_t’ has no member named ‘nmisses’
/root/apcu-5.1.9/apc_cache.c:498: error: incompatible type for argument 1 of ‘__sync_add_and_fetch’
/root/apcu-5.1.9/apc_cache.c: At top level:
/root/apcu-5.1.9/apc_cache.c:506: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache.c:530: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_cache_store’:
/root/apcu-5.1.9/apc_cache.c:537: error: ‘zend_apcu_globals’ has no member named ‘use_request_time’
/root/apcu-5.1.9/apc_cache.c:543: error: ‘strkey’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:543: error: too many arguments to function ‘apc_cache_make_key’
/root/apcu-5.1.9/apc_cache.c: In function ‘data_unserialize’:
/root/apcu-5.1.9/apc_cache.c:573: error: ‘zend_long’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:573: error: expected ‘;’ before ‘len’
/root/apcu-5.1.9/apc_cache.c:574: error: ‘zend_stat_t’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:574: error: expected ‘;’ before ‘sb’
/root/apcu-5.1.9/apc_cache.c:579: error: ‘sb’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:585: error: ‘len’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:605: warning: passing argument 1 of ‘php_var_unserialize’ from incompatible pointer type
/vhs/kangle/ext/tpl_php5633/include/php/ext/standard/php_var.h:53: note: expected ‘struct zval **’ but argument is of type ‘struct zval *’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_load_data’:
/root/apcu-5.1.9/apc_cache.c:637: error: ‘IS_UNDEF’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:638: error: ‘zend_string’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:638: error: ‘name’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:640: warning: passing argument 3 of ‘apc_cache_store’ makes integer from pointer without a cast
/root/apcu-5.1.9/apc_cache.c:530: note: expected ‘int32_t’ but argument is of type ‘struct zval *’
/root/apcu-5.1.9/apc_cache.c:640: error: too many arguments to function ‘apc_cache_store’
/root/apcu-5.1.9/php_apc.c: At top level:
/root/apcu-5.1.9/php_apc.c:136: error: ‘zend_apcu_globals’ has no member named ‘shm_segments’
/root/apcu-5.1.9/php_apc.c:137: error: ‘zend_apcu_globals’ has no member named ‘shm_size’
/root/apcu-5.1.9/php_apc.c:138: error: ‘zend_apcu_globals’ has no member named ‘entries_hint’
/root/apcu-5.1.9/php_apc.c:139: error: ‘zend_apcu_globals’ has no member named ‘gc_ttl’
/root/apcu-5.1.9/php_apc.c:140: error: ‘zend_apcu_globals’ has no member named ‘ttl’
/root/apcu-5.1.9/php_apc.c:141: error: ‘zend_apcu_globals’ has no member named ‘smart’
/root/apcu-5.1.9/php_apc.c:143: error: ‘zend_apcu_globals’ has no member named ‘mmap_file_mask’
/root/apcu-5.1.9/php_apc.c:145: error: ‘zend_apcu_globals’ has no member named ‘enable_cli’
/root/apcu-5.1.9/php_apc.c:146: error: ‘zend_apcu_globals’ has no member named ‘slam_defense’
/root/apcu-5.1.9/php_apc.c:147: error: ‘zend_apcu_globals’ has no member named ‘preload_path’
/root/apcu-5.1.9/php_apc.c:148: error: ‘zend_apcu_globals’ has no member named ‘coredump_unmap’
/root/apcu-5.1.9/php_apc.c:149: error: ‘zend_apcu_globals’ has no member named ‘use_request_time’
/root/apcu-5.1.9/php_apc.c:150: error: ‘zend_apcu_globals’ has no member named ‘serializer_name’
/root/apcu-5.1.9/php_apc.c:151: error: ‘zend_apcu_globals’ has no member named ‘writable’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_cache_release’:
/root/apcu-5.1.9/apc_cache.c:691: error: ‘apc_cache_entry_t’ has no member named ‘ref_count’
/root/apcu-5.1.9/apc_cache.c:691: error: incompatible type for argument 1 of ‘__sync_sub_and_fetch’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_cache_real_expunge’:
/root/apcu-5.1.9/apc_cache.c:716: error: ‘apc_cache_header_t’ has no member named ‘nexpunges’
/root/apcu-5.1.9/apc_cache.c:722: error: ‘apc_cache_t’ has no member named ‘nslots’
/root/apcu-5.1.9/php_apc.c: In function ‘zm_info_apcu’:
/root/apcu-5.1.9/php_apc.c:174: error: ‘zend_apcu_globals’ has no member named ‘mmap_file_mask’
/root/apcu-5.1.9/php_apc.c:193: error: ‘smart_str’ has no member named ‘s’
/root/apcu-5.1.9/php_apc.c:193: error: ‘zend_ini_entry’ has no member named ‘val’
/root/apcu-5.1.9/php_apc.c:195: error: ‘smart_str’ has no member named ‘s’
/root/apcu-5.1.9/php_apc.c:195: error: ‘zend_ini_entry’ has no member named ‘val’
/root/apcu-5.1.9/php_apc.c: In function ‘zm_startup_apcu’:
/root/apcu-5.1.9/php_apc.c:224: error: ‘zend_apcu_globals’ has no member named ‘enable_cli’
/root/apcu-5.1.9/php_apc.c:231: error: ‘zend_apcu_globals’ has no member named ‘initialized’
/root/apcu-5.1.9/php_apc.c:233: error: ‘zend_apcu_globals’ has no member named ‘initialized’
/root/apcu-5.1.9/php_apc.c:237: error: ‘zend_apcu_globals’ has no member named ‘shm_segments’
/root/apcu-5.1.9/php_apc.c:237: error: ‘zend_apcu_globals’ has no member named ‘shm_size’
/root/apcu-5.1.9/php_apc.c:237: error: ‘zend_apcu_globals’ has no member named ‘mmap_file_mask’
/root/apcu-5.1.9/php_apc.c:237: warning: passing argument 1 of ‘apc_sma.init’ makes integer from pointer without a cast
/root/apcu-5.1.9/php_apc.c:237: note: expected ‘int32_t’ but argument is of type ‘const struct zend_ini_entry *’
/root/apcu-5.1.9/php_apc.c:237: warning: passing argument 2 of ‘apc_sma.init’ makes integer from pointer without a cast
/root/apcu-5.1.9/php_apc.c:237: note: expected ‘zend_ulong’ but argument is of type ‘const struct zend_ini_entry *’
/root/apcu-5.1.9/php_apc.c:237: warning: passing argument 3 of ‘apc_sma.init’ from incompatible pointer type
/root/apcu-5.1.9/php_apc.c:237: note: expected ‘char *’ but argument is of type ‘const struct zend_ini_entry *’
/root/apcu-5.1.9/php_apc.c:242: error: ‘zend_long’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:732: error: ‘apc_cache_header_t’ has no member named ‘stime’
/root/apcu-5.1.9/apc_cache.c:732: error: ‘zend_apcu_globals’ has no member named ‘use_request_time’
/root/apcu-5.1.9/apc_cache.c:735: error: ‘apc_cache_header_t’ has no member named ‘ninserts’
/root/apcu-5.1.9/apc_cache.c:736: error: ‘apc_cache_header_t’ has no member named ‘nentries’
/root/apcu-5.1.9/apc_cache.c:737: error: ‘apc_cache_header_t’ has no member named ‘nhits’
/root/apcu-5.1.9/apc_cache.c:738: error: ‘apc_cache_header_t’ has no member named ‘nmisses’
/root/apcu-5.1.9/apc_cache.c:741: error: ‘apc_cache_header_t’ has no member named ‘lastkey’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_cache_clear’:
/root/apcu-5.1.9/apc_cache.c:756: error: ‘apc_cache_header_t’ has no member named ‘state’
/root/apcu-5.1.9/apc_cache.c:762: error: ‘apc_cache_header_t’ has no member named ‘stime’
/root/apcu-5.1.9/apc_cache.c:762: error: ‘zend_apcu_globals’ has no member named ‘use_request_time’
/root/apcu-5.1.9/apc_cache.c:763: error: ‘apc_cache_header_t’ has no member named ‘nexpunges’
/root/apcu-5.1.9/apc_cache.c:766: error: ‘apc_cache_header_t’ has no member named ‘state’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_cache_default_expunge’:
/root/apcu-5.1.9/apc_cache.c:780: error: ‘zend_apcu_globals’ has no member named ‘use_request_time’
/root/apcu-5.1.9/apc_cache.c:791: error: ‘apc_cache_header_t’ has no member named ‘state’
/root/apcu-5.1.9/apc_cache.c:794: error: ‘apc_cache_t’ has no member named ‘smart’
/root/apcu-5.1.9/apc_cache.c:794: error: ‘apc_cache_t’ has no member named ‘smart’
/root/apcu-5.1.9/apc_cache.c:803: error: ‘apc_cache_t’ has no member named ‘ttl’
/root/apcu-5.1.9/apc_cache.c:817: error: ‘apc_cache_t’ has no member named ‘nslots’
/root/apcu-5.1.9/apc_cache.c:823: error: ‘apc_cache_entry_t’ has no member named ‘ttl’
/root/apcu-5.1.9/apc_cache.c:824: error: ‘apc_cache_slot_t’ has no member named ‘ctime’
/root/apcu-5.1.9/apc_cache.c:824: error: ‘apc_cache_entry_t’ has no member named ‘ttl’
/root/apcu-5.1.9/apc_cache.c:828: error: ‘apc_cache_t’ has no member named ‘ttl’
/root/apcu-5.1.9/apc_cache.c:829: error: ‘apc_cache_slot_t’ has no member named ‘ctime’
/root/apcu-5.1.9/apc_cache.c:829: error: ‘apc_cache_t’ has no member named ‘ttl’
/root/apcu-5.1.9/apc_cache.c:843: error: ‘apc_cache_header_t’ has no member named ‘lastkey’
/root/apcu-5.1.9/apc_cache.c:852: error: ‘apc_cache_header_t’ has no member named ‘state’
/root/apcu-5.1.9/php_apc.c:242: error: invalid operands to binary & (have ‘const struct zend_ini_entry *’ and ‘int (*)(const char *, int (*)(unsigned char **, size_t *, const struct zval *, void *), int (*)(struct zval *, unsigned char *, size_t,  void *), void *)’)
/root/apcu-5.1.9/php_apc.c:242: warning: passing argument 3 of ‘zend_register_long_constant’ makes integer from pointer without a cast
/vhs/kangle/ext/tpl_php5633/include/php/Zend/zend_constants.h:73: note: expected ‘long int’ but argument is of type ‘const struct zend_ini_entry *’
/root/apcu-5.1.9/php_apc.c:254: error: ‘zend_apcu_globals’ has no member named ‘serializer_name’
/root/apcu-5.1.9/php_apc.c:254: warning: passing argument 1 of ‘apc_find_serializer’ from incompatible pointer type
/root/apcu-5.1.9/apc.h:162: note: expected ‘const char *’ but argument is of type ‘const struct zend_ini_entry *’
/root/apcu-5.1.9/php_apc.c:255: error: ‘zend_apcu_globals’ has no member named ‘entries_hint’
/root/apcu-5.1.9/php_apc.c:255: error: ‘zend_apcu_globals’ has no member named ‘gc_ttl’
/root/apcu-5.1.9/php_apc.c:255: error: ‘zend_apcu_globals’ has no member named ‘ttl’
/root/apcu-5.1.9/php_apc.c:255: error: ‘zend_apcu_globals’ has no member named ‘smart’
/root/apcu-5.1.9/php_apc.c:255: error: ‘zend_apcu_globals’ has no member named ‘slam_defense’
/root/apcu-5.1.9/php_apc.c:255: warning: passing argument 3 of ‘apc_cache_create’ makes integer from pointer without a cast
/root/apcu-5.1.9/apc_cache_api.h:137: note: expected ‘zend_bool’ but argument is of type ‘const struct zend_ini_entry *’
/root/apcu-5.1.9/php_apc.c:255: error: too many arguments to function ‘apc_cache_create’
/root/apcu-5.1.9/php_apc.c:261: error: ‘zend_apcu_globals’ has no member named ‘preload_path’
/root/apcu-5.1.9/php_apc.c:263: error: ‘zend_apcu_globals’ has no member named ‘preload_path’
/root/apcu-5.1.9/php_apc.c:263: warning: passing argument 2 of ‘apc_cache_preload’ from incompatible pointer type
/root/apcu-5.1.9/apc_cache_api.h:147: note: expected ‘const char *’ but argument is of type ‘const struct zend_ini_entry *’
/root/apcu-5.1.9/php_apc.c: In function ‘zm_shutdown_apcu’:
/root/apcu-5.1.9/php_apc.c:283: error: ‘zend_apcu_globals’ has no member named ‘initialized’
/root/apcu-5.1.9/php_apc.c:290: error: ‘zend_apcu_globals’ has no member named ‘initialized’
/root/apcu-5.1.9/php_apc.c: In function ‘zm_activate_apcu’:
/root/apcu-5.1.9/php_apc.c:310: error: ‘zend_apcu_globals’ has no member named ‘serializer_name’
/root/apcu-5.1.9/php_apc.c:312: error: ‘zend_apcu_globals’ has no member named ‘serializer_name’
/root/apcu-5.1.9/php_apc.c:312: warning: passing argument 2 of ‘apc_cache_serializer’ from incompatible pointer type
/root/apcu-5.1.9/apc_cache_api.h:320: note: expected ‘const char *’ but argument is of type ‘const struct zend_ini_entry *’
/root/apcu-5.1.9/apc_cache.c: At top level:
/root/apcu-5.1.9/apc_cache.c:958: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_cache_find’:
/root/apcu-5.1.9/apc_cache.c:967: error: ‘key’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:967: error: too many arguments to function ‘apc_cache_find_internal’
/root/apcu-5.1.9/php_apc.c: In function ‘zif_apcu_key_info’:
/root/apcu-5.1.9/php_apc.c:360: error: ‘zend_string’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:360: error: ‘key’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:360: error: invalid operands to binary * (have ‘const struct zend_ini_entry *’ and ‘const struct zend_ini_entry *’)
/root/apcu-5.1.9/php_apc.c:366: warning: passing argument 2 of ‘apc_cache_stat’ from incompatible pointer type
/root/apcu-5.1.9/apc_cache_api.h:290: note: expected ‘struct zval *’ but argument is of type ‘const struct zend_ini_entry *’
/root/apcu-5.1.9/php_apc.c:366: error: too many arguments to function ‘apc_cache_stat’
/root/apcu-5.1.9/php_apc.c: In function ‘zif_apcu_sma_info’:
/root/apcu-5.1.9/php_apc.c:405: error: ‘apc_sma_link_t’ has no member named ‘next’
/root/apcu-5.1.9/php_apc.c:405: warning: assignment from incompatible pointer type
/root/apcu-5.1.9/php_apc.c:410: error: ‘apc_sma_link_t’ has no member named ‘size’
/root/apcu-5.1.9/php_apc.c:410: warning: passing argument 4 of ‘add_assoc_long_ex’ makes integer from pointer without a cast
/vhs/kangle/ext/tpl_php5633/include/php/Zend/zend_API.h:380: note: expected ‘long int’ but argument is of type ‘const struct zend_ini_entry *’
/root/apcu-5.1.9/php_apc.c:411: error: ‘apc_sma_link_t’ has no member named ‘offset’
/root/apcu-5.1.9/php_apc.c:411: warning: passing argument 4 of ‘add_assoc_long_ex’ makes integer from pointer without a cast
/vhs/kangle/ext/tpl_php5633/include/php/Zend/zend_API.h:380: note: expected ‘long int’ but argument is of type ‘const struct zend_ini_entry *’
/root/apcu-5.1.9/apc_cache.c: At top level:
/root/apcu-5.1.9/apc_cache.c:974: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_cache_fetch’:
/root/apcu-5.1.9/apc_cache.c:984: error: ‘key’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:984: error: too many arguments to function ‘apc_cache_find_internal’
/root/apcu-5.1.9/apc_cache.c:987: warning: passing argument 3 of ‘apc_cache_fetch_internal’ makes integer from pointer without a cast
/root/apcu-5.1.9/apc_cache.c:506: note: expected ‘time_t’ but argument is of type ‘struct apc_cache_entry_t *’
/root/apcu-5.1.9/apc_cache.c:987: warning: passing argument 4 of ‘apc_cache_fetch_internal’ makes pointer from integer without a cast
/root/apcu-5.1.9/apc_cache.c:506: note: expected ‘struct zval **’ but argument is of type ‘time_t’
/root/apcu-5.1.9/apc_cache.c:987: error: too many arguments to function ‘apc_cache_fetch_internal’
/root/apcu-5.1.9/apc_cache.c: At top level:
/root/apcu-5.1.9/apc_cache.c:994: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_cache_exists’:
/root/apcu-5.1.9/apc_cache.c:1010: error: ‘key’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1010: error: too many arguments to function ‘apc_cache_hash_slot’
/root/apcu-5.1.9/apc_cache.c:1020: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:1021: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:1024: error: ‘apc_cache_entry_t’ has no member named ‘ttl’
/root/apcu-5.1.9/apc_cache.c:1024: error: ‘apc_cache_slot_t’ has no member named ‘ctime’
/root/apcu-5.1.9/apc_cache.c:1024: error: ‘apc_cache_entry_t’ has no member named ‘ttl’
/root/apcu-5.1.9/apc_cache.c:1026: error: ‘apc_cache_header_t’ has no member named ‘nmisses’
/root/apcu-5.1.9/apc_cache.c:1026: error: incompatible type for argument 1 of ‘__sync_add_and_fetch’
/root/apcu-5.1.9/apc_cache.c: At top level:
/root/apcu-5.1.9/apc_cache.c:1055: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_cache_update’:
/root/apcu-5.1.9/apc_cache.c:1070: error: ‘key’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1070: error: too many arguments to function ‘apc_cache_hash_slot’
/root/apcu-5.1.9/php_apc.c: At top level:
/root/apcu-5.1.9/php_apc.c:422: error: expected ‘)’ before ‘*’ token
/root/apcu-5.1.9/php_apc.c: In function ‘apc_store_helper’:
/root/apcu-5.1.9/php_apc.c:447: error: ‘zend_long’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:447: error: expected ‘;’ before ‘ttl’
/root/apcu-5.1.9/php_apc.c:449: error: ‘ttl’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:460: error: ‘zend_apcu_globals’ has no member named ‘serializer_name’
/root/apcu-5.1.9/php_apc.c:462: error: ‘zend_apcu_globals’ has no member named ‘serializer_name’
/root/apcu-5.1.9/php_apc.c:462: warning: passing argument 2 of ‘apc_cache_serializer’ from incompatible pointer type
/root/apcu-5.1.9/apc_cache_api.h:320: note: expected ‘const char *’ but argument is of type ‘const struct zend_ini_entry *’
/root/apcu-5.1.9/php_apc.c:468: error: ‘zend_string’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:468: error: ‘hkey’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:468: error: invalid operands to binary * (have ‘const struct zend_ini_entry *’ and ‘const struct zend_ini_entry *’)
/root/apcu-5.1.9/php_apc.c:477: warning: passing argument 2 of ‘zend_hash_get_current_data_ex’ from incompatible pointer type
/vhs/kangle/ext/tpl_php5633/include/php/Zend/zend_hash.h:182: note: expected ‘void **’ but argument is of type ‘struct Bucket **’
/root/apcu-5.1.9/php_apc.c:477: error: too few arguments to function ‘zend_hash_get_current_data_ex’
/root/apcu-5.1.9/php_apc.c:477: warning: assignment from incompatible pointer type
/root/apcu-5.1.9/php_apc.c:478: warning: passing argument 2 of ‘zend_hash_get_current_key_ex’ from incompatible pointer type
/vhs/kangle/ext/tpl_php5633/include/php/Zend/zend_hash.h:179: note: expected ‘char **’ but argument is of type ‘const struct zend_ini_entry (*)[1]’
/root/apcu-5.1.9/php_apc.c:478: warning: passing argument 3 of ‘zend_hash_get_current_key_ex’ from incompatible pointer type
/vhs/kangle/ext/tpl_php5633/include/php/Zend/zend_hash.h:179: note: expected ‘uint *’ but argument is of type ‘zend_ulong *’
/root/apcu-5.1.9/php_apc.c:478: warning: passing argument 4 of ‘zend_hash_get_current_key_ex’ from incompatible pointer type
/vhs/kangle/ext/tpl_php5633/include/php/Zend/zend_hash.h:179: note: expected ‘ulong *’ but argument is of type ‘struct Bucket **’
/root/apcu-5.1.9/php_apc.c:478: error: too few arguments to function ‘zend_hash_get_current_key_ex’
/root/apcu-5.1.9/php_apc.c:478: warning: comparison between pointer and integer
/root/apcu-5.1.9/php_apc.c:479: warning: cast from pointer to integer of different size
/root/apcu-5.1.9/php_apc.c:479: warning: passing argument 2 of ‘apc_cache_store’ from incompatible pointer type
/root/apcu-5.1.9/apc_cache_api.h:215: note: expected ‘const struct zval *’ but argument is of type ‘const struct zend_ini_entry *’
/root/apcu-5.1.9/php_apc.c:479: warning: passing argument 3 of ‘apc_cache_store’ makes integer from pointer without a cast
/root/apcu-5.1.9/apc_cache_api.h:215: note: expected ‘int32_t’ but argument is of type ‘struct zval *’
/root/apcu-5.1.9/php_apc.c:479: error: too many arguments to function ‘apc_cache_store’
/root/apcu-5.1.9/php_apc.c:480: error: ‘zend_ini_entry’ has no member named ‘val’
/root/apcu-5.1.9/php_apc.c:480: error: ‘zend_ini_entry’ has no member named ‘len’
/root/apcu-5.1.9/php_apc.c:480: warning: passing argument 2 of ‘add_assoc_long_ex’ from incompatible pointer type
/vhs/kangle/ext/tpl_php5633/include/php/Zend/zend_API.h:380: note: expected ‘const char *’ but argument is of type ‘const struct zend_ini_entry *’
/root/apcu-5.1.9/php_apc.c:480: warning: passing argument 3 of ‘add_assoc_long_ex’ makes integer from pointer without a cast
/vhs/kangle/ext/tpl_php5633/include/php/Zend/zend_API.h:380: note: expected ‘uint’ but argument is of type ‘const struct zend_ini_entry *’
/root/apcu-5.1.9/php_apc.c:495: warning: cast from pointer to integer of different size
/root/apcu-5.1.9/php_apc.c:495: warning: passing argument 2 of ‘apc_cache_store’ makes pointer from integer without a cast
/root/apcu-5.1.9/apc_cache_api.h:215: note: expected ‘const struct zval *’ but argument is of type ‘int’
/root/apcu-5.1.9/php_apc.c:495: warning: passing argument 3 of ‘apc_cache_store’ makes integer from pointer without a cast
/root/apcu-5.1.9/apc_cache_api.h:215: note: expected ‘int32_t’ but argument is of type ‘struct zval *’
/root/apcu-5.1.9/php_apc.c:495: error: too many arguments to function ‘apc_cache_store’
/root/apcu-5.1.9/apc_cache.c:1072: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:1072: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:1072: error: ‘apc_cache_key_t’ has no member named ‘mtime’
/root/apcu-5.1.9/apc_cache.c:1072: error: ‘zend_apcu_globals’ has no member named ‘use_request_time’
/root/apcu-5.1.9/apc_cache.c:1119: warning: passing argument 3 of ‘apc_cache_store’ makes integer from pointer without a cast
/root/apcu-5.1.9/apc_cache.c:530: note: expected ‘int32_t’ but argument is of type ‘struct zval *’
/root/apcu-5.1.9/apc_cache.c:1119: error: too many arguments to function ‘apc_cache_store’
/root/apcu-5.1.9/apc_cache.c: At top level:
/root/apcu-5.1.9/apc_cache.c:1128: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_cache_delete’:
/root/apcu-5.1.9/apc_cache.c:1139: error: ‘key’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1139: error: too many arguments to function ‘apc_cache_hash_slot’
/root/apcu-5.1.9/apc_cache.c:1149: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:1150: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c: At top level:
/root/apcu-5.1.9/apc_cache.c:1175: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_cache_make_key’:
/root/apcu-5.1.9/apc_cache.c:1179: error: ‘str’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1183: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:1184: error: ‘apc_cache_key_t’ has no member named ‘mtime’
/root/apcu-5.1.9/apc_cache.c:1184: error: ‘zend_apcu_globals’ has no member named ‘use_request_time’
/root/apcu-5.1.9/apc_cache.c: In function ‘my_serialize_object’:
/root/apcu-5.1.9/apc_cache.c:1199: error: ‘zend_string’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1199: error: ‘serial’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1221: error: ‘IS_TYPE_REFCOUNTED’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1221: error: ‘IS_TYPE_COPYABLE’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1221: error: ‘Z_TYPE_FLAGS_SHIFT’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c: In function ‘zif_apcu_inc’:
/root/apcu-5.1.9/php_apc.c:551: error: ‘zend_string’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:551: error: ‘key’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:551: error: invalid operands to binary * (have ‘const struct zend_ini_entry *’ and ‘const struct zend_ini_entry *’)
/root/apcu-5.1.9/php_apc.c:553: error: ‘zend_long’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:553: error: expected ‘;’ before ‘step’
/root/apcu-5.1.9/php_apc.c:556: error: ‘step’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:562: warning: passing argument 1 of ‘_zval_ptr_dtor’ from incompatible pointer type
/vhs/kangle/ext/tpl_php5633/include/php/Zend/zend_variables.h:51: note: expected ‘struct zval **’ but argument is of type ‘struct zval *’
/root/apcu-5.1.9/php_apc.c:565: warning: assignment makes integer from pointer without a cast
/root/apcu-5.1.9/php_apc.c: In function ‘zif_apcu_dec’:
/root/apcu-5.1.9/php_apc.c:585: error: ‘zend_string’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:585: error: ‘key’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:585: error: invalid operands to binary * (have ‘const struct zend_ini_entry *’ and ‘const struct zend_ini_entry *’)
/root/apcu-5.1.9/php_apc.c:587: error: ‘zend_long’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:587: error: expected ‘;’ before ‘step’
/root/apcu-5.1.9/php_apc.c:590: error: ‘step’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:596: warning: passing argument 1 of ‘_zval_ptr_dtor’ from incompatible pointer type
/vhs/kangle/ext/tpl_php5633/include/php/Zend/zend_variables.h:51: note: expected ‘struct zval **’ but argument is of type ‘struct zval *’
/root/apcu-5.1.9/php_apc.c:599: error: invalid operands to binary - (have ‘int’ and ‘const struct zend_ini_entry *’)
/root/apcu-5.1.9/php_apc.c:599: warning: assignment makes integer from pointer without a cast
/root/apcu-5.1.9/php_apc.c: In function ‘php_cas_updater’:
/root/apcu-5.1.9/php_apc.c:619: error: ‘zend_long’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:619: error: ‘vals’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:619: error: invalid operands to binary * (have ‘const struct zend_ini_entry *’ and ‘const struct zend_ini_entry *’)
/root/apcu-5.1.9/php_apc.c:619: error: expected expression before ‘)’ token
/root/apcu-5.1.9/php_apc.c:619: error: invalid operands to binary * (have ‘const struct zend_ini_entry *’ and ‘const struct zend_ini_entry *’)
/root/apcu-5.1.9/php_apc.c:620: error: expected ‘;’ before ‘old’
/root/apcu-5.1.9/php_apc.c:621: error: expected ‘;’ before ‘new’
/root/apcu-5.1.9/php_apc.c:624: error: ‘old’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:624: warning: comparison between pointer and integer
/root/apcu-5.1.9/php_apc.c:625: error: ‘new’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:625: warning: assignment makes integer from pointer without a cast
/root/apcu-5.1.9/php_apc.c: In function ‘zif_apcu_cas’:
/root/apcu-5.1.9/php_apc.c:637: error: ‘zend_string’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:637: error: ‘key’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:637: error: invalid operands to binary * (have ‘const struct zend_ini_entry *’ and ‘const struct zend_ini_entry *’)
/root/apcu-5.1.9/php_apc.c:638: error: ‘zend_long’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:638: error: expected ‘;’ before ‘vals’
/root/apcu-5.1.9/php_apc.c:640: error: ‘vals’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c: At top level:
/root/apcu-5.1.9/apc_cache.c:1250: error: ‘HT_MIN_MASK’ undeclared here (not in a function)
/root/apcu-5.1.9/apc_cache.c:1250: error: ‘HT_INVALID_IDX’ undeclared here (not in a function)
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_array_dup_element’:
/root/apcu-5.1.9/apc_cache.c:1254: error: ‘Bucket’ has no member named ‘val’
/root/apcu-5.1.9/apc_cache.c:1257: error: ‘IS_INDIRECT’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1258: warning: assignment makes pointer from integer without a cast
/root/apcu-5.1.9/apc_cache.c:1260: error: ‘IS_UNDEF’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1266: warning: assignment makes pointer from integer without a cast
/root/apcu-5.1.9/apc_cache.c:1276: error: invalid type argument of ‘unary *’ (have ‘int’)
/root/apcu-5.1.9/apc_cache.c:1277: error: invalid type argument of ‘unary *’ (have ‘int’)
/root/apcu-5.1.9/apc_cache.c:1278: warning: assignment makes pointer from integer without a cast
/root/apcu-5.1.9/apc_cache.c:1286: error: ‘Bucket’ has no member named ‘val’
/root/apcu-5.1.9/apc_cache.c:1291: error: ‘Bucket’ has no member named ‘key’
/root/apcu-5.1.9/apc_cache.c:1295: error: ‘Bucket’ has no member named ‘key’
/root/apcu-5.1.9/apc_cache.c:1295: error: ‘Bucket’ has no member named ‘key’
/root/apcu-5.1.9/apc_cache.c:1296: error: ‘Bucket’ has no member named ‘key’
/root/apcu-5.1.9/apc_cache.c:1298: error: ‘Bucket’ has no member named ‘key’
/root/apcu-5.1.9/apc_cache.c:1298: error: ‘Bucket’ has no member named ‘key’
/root/apcu-5.1.9/apc_cache.c:1299: error: ‘Bucket’ has no member named ‘key’
/root/apcu-5.1.9/apc_cache.c:1299: error: ‘Bucket’ has no member named ‘key’
/root/apcu-5.1.9/apc_cache.c:1303: error: ‘Bucket’ has no member named ‘val’
/root/apcu-5.1.9/apc_cache.c:1304: error: lvalue required as left operand of assignment
/root/apcu-5.1.9/php_apc.c: In function ‘zif_apcu_fetch’:
/root/apcu-5.1.9/php_apc.c:667: error: ‘zend_apcu_globals’ has no member named ‘use_request_time’
/root/apcu-5.1.9/php_apc.c:671: warning: passing argument 1 of ‘_zval_ptr_dtor’ from incompatible pointer type
/vhs/kangle/ext/tpl_php5633/include/php/Zend/zend_variables.h:51: note: expected ‘struct zval **’ but argument is of type ‘struct zval *’
/root/apcu-5.1.9/php_apc.c:681: warning: passing argument 3 of ‘apc_cache_fetch’ makes pointer from integer without a cast
/root/apcu-5.1.9/apc_cache_api.h:236: note: expected ‘struct zval **’ but argument is of type ‘time_t’
/root/apcu-5.1.9/php_apc.c:681: error: too many arguments to function ‘apc_cache_fetch’
/root/apcu-5.1.9/php_apc.c:693: warning: passing argument 2 of ‘zend_hash_get_current_data_ex’ from incompatible pointer type
/vhs/kangle/ext/tpl_php5633/include/php/Zend/zend_hash.h:182: note: expected ‘void **’ but argument is of type ‘struct Bucket **’
/root/apcu-5.1.9/php_apc.c:693: error: too few arguments to function ‘zend_hash_get_current_data_ex’
/root/apcu-5.1.9/php_apc.c:693: warning: assignment from incompatible pointer type
/root/apcu-5.1.9/php_apc.c:700: warning: passing argument 3 of ‘apc_cache_fetch’ makes pointer from integer without a cast
/root/apcu-5.1.9/apc_cache_api.h:236: note: expected ‘struct zval **’ but argument is of type ‘time_t’
/root/apcu-5.1.9/php_apc.c:700: error: too many arguments to function ‘apc_cache_fetch’
/root/apcu-5.1.9/php_apc.c: In function ‘zif_apcu_exists’:
/root/apcu-5.1.9/php_apc.c:738: error: ‘zend_apcu_globals’ has no member named ‘use_request_time’
/root/apcu-5.1.9/php_apc.c:746: error: too many arguments to function ‘apc_cache_exists’
/root/apcu-5.1.9/php_apc.c:759: warning: passing argument 2 of ‘zend_hash_get_current_data_ex’ from incompatible pointer type
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_array_dup_packed_elements’:
/root/apcu-5.1.9/apc_cache.c:1311: error: ‘HashTable’ has no member named ‘arData’
/root/apcu-5.1.9/apc_cache.c:1312: error: ‘HashTable’ has no member named ‘arData’
/root/apcu-5.1.9/apc_cache.c:1313: error: ‘HashTable’ has no member named ‘nNumUsed’
/root/apcu-5.1.9/apc_cache.c:1318: error: ‘Bucket’ has no member named ‘val’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_array_dup_elements’:
/root/apcu-5.1.9/apc_cache.c:1328: error: ‘HashTable’ has no member named ‘arData’
/root/apcu-5.1.9/apc_cache.c:1329: error: ‘HashTable’ has no member named ‘arData’
/root/apcu-5.1.9/apc_cache.c:1330: error: ‘HashTable’ has no member named ‘nNumUsed’
/root/apcu-5.1.9/apc_cache.c:1339: error: ‘HashTable’ has no member named ‘nInternalPointer’
/root/apcu-5.1.9/apc_cache.c:1340: error: ‘HashTable’ has no member named ‘nInternalPointer’
/root/apcu-5.1.9/apc_cache.c: In function ‘my_copy_hashtable’:
/root/apcu-5.1.9/apc_cache.c:1369: error: lvalue required as left operand of assignment
/root/apcu-5.1.9/apc_cache.c:1371: error: lvalue required as left operand of assignment
/root/apcu-5.1.9/apc_cache.c:1377: error: ‘HashTable’ has no member named ‘nNumUsed’
/root/apcu-5.1.9/apc_cache.c:1381: error: ‘HashTable’ has no member named ‘u’
/root/apcu-5.1.9/apc_cache.c:1381: error: ‘HashTable’ has no member named ‘u’
/root/apcu-5.1.9/apc_cache.c:1381: error: ‘HASH_FLAG_INITIALIZED’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1381: error: ‘HASH_FLAG_PACKED’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1381: error: ‘HASH_FLAG_PERSISTENT’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1381: error: ‘HASH_FLAG_APPLY_PROTECTION’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1381: error: ‘HASH_FLAG_STATIC_KEYS’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1384: error: ‘HashTable’ has no member named ‘nNumUsed’
/root/apcu-5.1.9/apc_cache.c:1387: error: ‘HashTable’ has no member named ‘nInternalPointer’
/root/apcu-5.1.9/apc_cache.c:1389: error: ‘IS_ARRAY_IMMUTABLE’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1391: error: ‘HashTable’ has no member named ‘u’
/root/apcu-5.1.9/apc_cache.c:1391: error: ‘HashTable’ has no member named ‘u’
/root/apcu-5.1.9/apc_cache.c:1394: error: ‘HashTable’ has no member named ‘nNumUsed’
/root/apcu-5.1.9/apc_cache.c:1394: error: ‘HashTable’ has no member named ‘nNumUsed’
/root/apcu-5.1.9/apc_cache.c:1402: warning: comparison between pointer and integer
/root/apcu-5.1.9/apc_cache.c:1405: error: ‘HashTable’ has no member named ‘nInternalPointer’
/root/apcu-5.1.9/apc_cache.c:1405: error: ‘HashTable’ has no member named ‘nInternalPointer’
/root/apcu-5.1.9/apc_cache.c:1406: warning: passing argument 1 of ‘memcpy’ makes pointer from integer without a cast
/usr/include/string.h:44: note: expected ‘void * __restrict__’ but argument is of type ‘int’
/root/apcu-5.1.9/apc_cache.c:1406: warning: passing argument 2 of ‘memcpy’ makes pointer from integer without a cast
/usr/include/string.h:44: note: expected ‘const void * __restrict__’ but argument is of type ‘int’
/root/apcu-5.1.9/apc_cache.c:1408: error: ‘HashTable’ has no member named ‘nInternalPointer’
/root/apcu-5.1.9/apc_cache.c:1410: error: ‘HashTable’ has no member named ‘arData’
/root/apcu-5.1.9/apc_cache.c:1410: error: ‘IS_UNDEF’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1413: error: ‘HashTable’ has no member named ‘nInternalPointer’
/root/apcu-5.1.9/apc_cache.c:1415: error: ‘HashTable’ has no member named ‘u’
/root/apcu-5.1.9/apc_cache.c:1417: error: ‘HashTable’ has no member named ‘u’
/root/apcu-5.1.9/apc_cache.c:1417: error: ‘HashTable’ has no member named ‘u’
/root/apcu-5.1.9/apc_cache.c:1420: error: ‘HashTable’ has no member named ‘nNumUsed’
/root/apcu-5.1.9/apc_cache.c:1420: error: ‘HashTable’ has no member named ‘nNumUsed’
/root/apcu-5.1.9/apc_cache.c:1428: warning: comparison between pointer and integer
/root/apcu-5.1.9/apc_cache.c:1431: error: ‘HashTable’ has no member named ‘nInternalPointer’
/root/apcu-5.1.9/apc_cache.c:1431: error: ‘HashTable’ has no member named ‘nInternalPointer’
/root/apcu-5.1.9/apc_cache.c:1434: error: ‘HashTable’ has no member named ‘nNumUsed’
/root/apcu-5.1.9/apc_cache.c:1440: error: ‘HashTable’ has no member named ‘nInternalPointer’
/root/apcu-5.1.9/apc_cache.c:1442: error: ‘HashTable’ has no member named ‘arData’
/root/apcu-5.1.9/apc_cache.c:1445: error: ‘HashTable’ has no member named ‘nInternalPointer’
/root/apcu-5.1.9/apc_cache.c:1449: error: ‘HashTable’ has no member named ‘u’
/root/apcu-5.1.9/apc_cache.c:1449: error: ‘HashTable’ has no member named ‘u’
/root/apcu-5.1.9/apc_cache.c:1453: error: ‘HashTable’ has no member named ‘nInternalPointer’
/root/apcu-5.1.9/apc_cache.c:1459: warning: comparison between pointer and integer
/root/apcu-5.1.9/apc_cache.c:1464: error: ‘HashTable’ has no member named ‘u’
/root/apcu-5.1.9/apc_cache.c:1465: error: ‘HashTable’ has no member named ‘nNumUsed’
/vhs/kangle/ext/tpl_php5633/include/php/Zend/zend_hash.h:182: note: expected ‘void **’ but argument is of type ‘struct Bucket **’
/root/apcu-5.1.9/php_apc.c:759: error: too few arguments to function ‘zend_hash_get_current_data_ex’
/root/apcu-5.1.9/php_apc.c:759: warning: assignment from incompatible pointer type
/root/apcu-5.1.9/php_apc.c:761: error: too many arguments to function ‘apc_cache_exists’
/root/apcu-5.1.9/php_apc.c: In function ‘zif_apcu_delete’:
/root/apcu-5.1.9/php_apc.c:800: error: too many arguments to function ‘apc_cache_delete’
/root/apcu-5.1.9/php_apc.c:813: warning: passing argument 2 of ‘zend_hash_get_current_data_ex’ from incompatible pointer type
/vhs/kangle/ext/tpl_php5633/include/php/Zend/zend_hash.h:182: note: expected ‘void **’ but argument is of type ‘struct Bucket **’
/root/apcu-5.1.9/php_apc.c:813: error: too few arguments to function ‘zend_hash_get_current_data_ex’
/root/apcu-5.1.9/php_apc.c:813: warning: assignment from incompatible pointer type
/root/apcu-5.1.9/php_apc.c:818: error: too many arguments to function ‘apc_cache_delete’
/root/apcu-5.1.9/apc_cache.c:1471: error: ‘HashTable’ has no member named ‘nNumUsed’
/root/apcu-5.1.9/apc_cache.c:1477: error: ‘HashTable’ has no member named ‘nNumUsed’
/root/apcu-5.1.9/apc_cache.c:1479: error: ‘HashTable’ has no member named ‘nInternalPointer’
/root/apcu-5.1.9/apc_cache.c:1480: error: ‘HashTable’ has no member named ‘nInternalPointer’
/root/apcu-5.1.9/apc_cache.c: At top level:
/root/apcu-5.1.9/apc_cache.c:1498: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
/root/apcu-5.1.9/apc_cache.c: In function ‘my_copy_zval’:
/root/apcu-5.1.9/apc_cache.c:1556: error: too few arguments to function ‘zend_hash_index_find’
/root/apcu-5.1.9/apc_cache.c:1570: error: ‘IS_TRUE’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1571: error: ‘IS_FALSE’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1578: error: ‘IS_REFERENCE’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1579: error: lvalue required as left operand of assignment
/root/apcu-5.1.9/apc_cache.c:1583: error: ‘IS_INDIRECT’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1584: warning: passing argument 2 of ‘my_copy_zval’ makes pointer from integer without a cast
/root/apcu-5.1.9/apc_cache.c:1545: note: expected ‘const struct zval *’ but argument is of type ‘int’
/root/apcu-5.1.9/apc_cache.c:1595: error: ‘IS_STRING_EX’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1596: error: lvalue required as left operand of assignment
/root/apcu-5.1.9/apc_cache.c:1598: warning: comparison between pointer and integer
/root/apcu-5.1.9/apc_cache.c:1627:74: error: macro "zend_hash_index_update" requires 5 arguments, but only 3 given
/root/apcu-5.1.9/apc_cache.c:1627: error: ‘zend_hash_index_update’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c: In function ‘zif_apcu_entry’:
/root/apcu-5.1.9/php_apc.c:840: error: ‘zend_long’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:840: error: expected ‘;’ before ‘ttl’
/root/apcu-5.1.9/php_apc.c:841: error: expected ‘;’ before ‘now’
/root/apcu-5.1.9/php_apc.c:843: error: ‘ttl’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:847: error: ‘now’ undeclared (first use in this function)
/root/apcu-5.1.9/php_apc.c:847: warning: passing argument 5 of ‘apc_cache_entry’ from incompatible pointer type
/root/apcu-5.1.9/apc_cache_api.h:390: note: expected ‘struct zval *’ but argument is of type ‘const struct zend_ini_entry *’
/root/apcu-5.1.9/php_apc.c:847: error: too many arguments to function ‘apc_cache_entry’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_cache_make_entry’:
/root/apcu-5.1.9/apc_cache.c:1700: error: ‘apc_cache_entry_t’ has no member named ‘ttl’
/root/apcu-5.1.9/apc_cache.c:1701: error: ‘apc_cache_entry_t’ has no member named ‘ref_count’
/root/apcu-5.1.9/apc_cache.c:1702: error: ‘apc_cache_entry_t’ has no member named ‘mem_size’
/root/apcu-5.1.9/apc_cache.c:1703: error: ‘apc_cache_entry_t’ has no member named ‘pool’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_cache_link_info’:
/root/apcu-5.1.9/apc_cache.c:1715: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:1716: error: ‘apc_cache_entry_t’ has no member named ‘ttl’
/root/apcu-5.1.9/apc_cache.c:1718: error: ‘apc_cache_slot_t’ has no member named ‘nhits’
/root/apcu-5.1.9/apc_cache.c:1719: error: ‘apc_cache_key_t’ has no member named ‘mtime’
/root/apcu-5.1.9/apc_cache.c:1720: error: ‘apc_cache_slot_t’ has no member named ‘ctime’
/root/apcu-5.1.9/apc_cache.c:1721: error: ‘apc_cache_slot_t’ has no member named ‘dtime’
/root/apcu-5.1.9/apc_cache.c:1722: error: ‘apc_cache_slot_t’ has no member named ‘atime’
/root/apcu-5.1.9/apc_cache.c:1723: error: ‘apc_cache_entry_t’ has no member named ‘ref_count’
/root/apcu-5.1.9/apc_cache.c:1724: error: ‘apc_cache_entry_t’ has no member named ‘mem_size’
/root/apcu-5.1.9/apc_cache.c:1798:31: error: macro "add_assoc_stringl" requires 5 arguments, but only 4 given
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_cache_info’:
/root/apcu-5.1.9/apc_cache.c:1752: error: ‘apc_cache_t’ has no member named ‘nslots’
/root/apcu-5.1.9/apc_cache.c:1752: error: ‘apc_cache_t’ has no member named ‘ttl’
/root/apcu-5.1.9/apc_cache.c:1752: error: ‘apc_cache_header_t’ has no member named ‘nhits’
/root/apcu-5.1.9/apc_cache.c:1752: error: ‘apc_cache_header_t’ has no member named ‘nmisses’
/root/apcu-5.1.9/apc_cache.c:1752: error: ‘apc_cache_header_t’ has no member named ‘ninserts’
/root/apcu-5.1.9/apc_cache.c:1752: error: ‘apc_cache_header_t’ has no member named ‘nentries’
/root/apcu-5.1.9/apc_cache.c:1752: error: ‘apc_cache_header_t’ has no member named ‘nexpunges’
/root/apcu-5.1.9/apc_cache.c:1752: error: ‘apc_cache_header_t’ has no member named ‘stime’
/root/apcu-5.1.9/apc_cache.c:1752: error: ‘apc_cache_header_t’ has no member named ‘mem_size’
/root/apcu-5.1.9/apc_cache.c:1731: error: ‘add_assoc_stringl’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1752: error: ‘apc_cache_t’ has no member named ‘nslots’
/root/apcu-5.1.9/apc_cache.c:1752: error: ‘apc_cache_header_t’ has no member named ‘gc’
/root/apcu-5.1.9/apc_cache.c: At top level:
/root/apcu-5.1.9/apc_cache.c:1808: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_cache_stat’:
/root/apcu-5.1.9/apc_cache.c:1813: error: ‘key’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1813: error: too many arguments to function ‘apc_cache_hash_slot’
/root/apcu-5.1.9/apc_cache.c:1815: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:1815: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:1815: error: ‘apc_cache_slot_t’ has no member named ‘nhits’
/root/apcu-5.1.9/apc_cache.c:1815: error: ‘apc_cache_slot_t’ has no member named ‘atime’
/root/apcu-5.1.9/apc_cache.c:1815: error: ‘apc_cache_key_t’ has no member named ‘mtime’
/root/apcu-5.1.9/apc_cache.c:1815: error: ‘apc_cache_slot_t’ has no member named ‘ctime’
/root/apcu-5.1.9/apc_cache.c:1815: error: ‘apc_cache_slot_t’ has no member named ‘dtime’
/root/apcu-5.1.9/apc_cache.c:1815: error: ‘apc_cache_entry_t’ has no member named ‘ttl’
/root/apcu-5.1.9/apc_cache.c:1815: error: ‘apc_cache_entry_t’ has no member named ‘ref_count’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_cache_busy’:
/root/apcu-5.1.9/apc_cache.c:1847: error: ‘apc_cache_header_t’ has no member named ‘state’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_cache_defense’:
/root/apcu-5.1.9/apc_cache.c:1863: error: ‘apc_cache_t’ has no member named ‘defend’
/root/apcu-5.1.9/apc_cache.c:1866: error: ‘apc_cache_header_t’ has no member named ‘lastkey’
/root/apcu-5.1.9/apc_cache.c:1868: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:1873: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:1873: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:1873: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:1873: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:1875: error: ‘apc_cache_key_t’ has no member named ‘mtime’
/root/apcu-5.1.9/apc_cache.c:1875: error: ‘apc_cache_key_t’ has no member named ‘mtime’
/root/apcu-5.1.9/apc_cache.c:1875: error: ‘apc_cache_key_t’ has no member named ‘owner’
/root/apcu-5.1.9/apc_cache.c:1875: error: ‘apc_cache_key_t’ has no member named ‘owner’
/root/apcu-5.1.9/apc_cache.c:1878: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:1882: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:1882: error: ‘apc_cache_key_t’ has no member named ‘str’
/root/apcu-5.1.9/apc_cache.c:1883: error: ‘apc_cache_key_t’ has no member named ‘mtime’
/root/apcu-5.1.9/apc_cache.c:1883: error: ‘zend_apcu_globals’ has no member named ‘use_request_time’
/root/apcu-5.1.9/apc_cache.c:1889: error: ‘apc_cache_key_t’ has no member named ‘owner’
/root/apcu-5.1.9/apc_cache.c: At top level:
/root/apcu-5.1.9/apc_cache.c:1923: error: expected declaration specifiers or ‘...’ before ‘zend_long’
/root/apcu-5.1.9/apc_cache.c:1923: error: expected declaration specifiers or ‘...’ before ‘zend_long’
/root/apcu-5.1.9/apc_cache.c: In function ‘apc_cache_entry’:
/root/apcu-5.1.9/apc_cache.c:1935: error: ‘zend_apcu_globals’ has no member named ‘recursion’
/root/apcu-5.1.9/apc_cache.c:1935: error: ‘now’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1935: error: too many arguments to function ‘apc_cache_find_internal’
make: *** [php_apc.lo] Error 1
/root/apcu-5.1.9/apc_cache.c:1935: error: ‘zend_fcall_info’ has no member named ‘retval’
/root/apcu-5.1.9/apc_cache.c:1935: error: ‘ttl’ undeclared (first use in this function)
/root/apcu-5.1.9/apc_cache.c:1935: warning: passing argument 2 of ‘apc_cache_store_internal’ makes pointer from integer without a cast
/root/apcu-5.1.9/apc_cache.c:408: note: expected ‘const struct zval *’ but argument is of type ‘int’
/root/apcu-5.1.9/apc_cache.c:1935: warning: passing argument 3 of ‘apc_cache_store_internal’ makes integer from pointer without a cast
/root/apcu-5.1.9/apc_cache.c:408: note: expected ‘int32_t’ but argument is of type ‘struct zval *’
/root/apcu-5.1.9/apc_cache.c:1935: error: too many arguments to function ‘apc_cache_store_internal’
/root/apcu-5.1.9/apc_cache.c:1935: warning: passing argument 2 of ‘apc_cache_fetch_internal’ makes pointer from integer without a cast
/root/apcu-5.1.9/apc_cache.c:506: note: expected ‘struct apc_cache_entry_t *’ but argument is of type ‘int’
/root/apcu-5.1.9/apc_cache.c:1935: warning: passing argument 3 of ‘apc_cache_fetch_internal’ makes integer from pointer without a cast
/root/apcu-5.1.9/apc_cache.c:506: note: expected ‘time_t’ but argument is of type ‘struct apc_cache_entry_t *’
/root/apcu-5.1.9/apc_cache.c:1935: error: too many arguments to function ‘apc_cache_fetch_internal’
/root/apcu-5.1.9/apc_cache.c:1935: error: ‘zend_apcu_globals’ has no member named ‘recursion’
/root/apcu-5.1.9/apc_cache.c:1935: error: ‘zend_apcu_globals’ has no member named ‘recursion’
make: *** [apc_cache.lo] Error 1
/bin/sh /root/apcu-5.1.9/libtool --mode=compile cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/root/apcu-5.1.9 -DPHP_ATOM_INC -I/root/apcu-5.1.9/include -I/root/apcu-5.1.9/main -I/root/apcu-5.1.9 -I/vhs/kangle/ext/tpl_php5633/include/php -I/vhs/kangle/ext/tpl_php5633/include/php/main -I/vhs/kangle/ext/tpl_php5633/include/php/TSRM -I/vhs/kangle/ext/tpl_php5633/include/php/Zend -I/vhs/kangle/ext/tpl_php5633/include/php/ext -I/vhs/kangle/ext/tpl_php5633/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /root/apcu-5.1.9/apc.c -o apc.lo
cc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/root/apcu-5.1.9 -DPHP_ATOM_INC -I/root/apcu-5.1.9/include -I/root/apcu-5.1.9/main -I/root/apcu-5.1.9 -I/vhs/kangle/ext/tpl_php5633/include/php -I/vhs/kangle/ext/tpl_php5633/include/php/main -I/vhs/kangle/ext/tpl_php5633/include/php/TSRM -I/vhs/kangle/ext/tpl_php5633/include/php/Zend -I/vhs/kangle/ext/tpl_php5633/include/php/ext -I/vhs/kangle/ext/tpl_php5633/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /root/apcu-5.1.9/apc.c  -fPIC -DPIC -o .libs/apc.o
In file included from /root/apcu-5.1.9/apc_sma.h:34,
                 from /root/apcu-5.1.9/apc_pool.h:33,
                 from /root/apcu-5.1.9/apc_cache.h:36,
                 from /root/apcu-5.1.9/apc.c:35:
/root/apcu-5.1.9/apc_sma_api.h:46: error: expected specifier-qualifier-list before ‘zend_long’
In file included from /root/apcu-5.1.9/apc_pool.h:36,
                 from /root/apcu-5.1.9/apc_cache.h:36,
                 from /root/apcu-5.1.9/apc.c:35:
/root/apcu-5.1.9/apc_pool_api.h:142: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
/root/apcu-5.1.9/apc_pool_api.h:143: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
In file included from /root/apcu-5.1.9/apc_cache.h:40,
                 from /root/apcu-5.1.9/apc.c:35:
/root/apcu-5.1.9/apc_cache_api.h:44: error: expected specifier-qualifier-list before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:53: error: expected specifier-qualifier-list before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:67: error: expected specifier-qualifier-list before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:82: error: expected specifier-qualifier-list before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:101: error: expected specifier-qualifier-list before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:139: error: expected declaration specifiers or ‘...’ before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:140: error: expected declaration specifiers or ‘...’ before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:141: error: expected declaration specifiers or ‘...’ before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:142: error: expected declaration specifiers or ‘...’ before ‘zend_long’
/root/apcu-5.1.9/apc_cache_api.h:216: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:223: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:230: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:236: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:245: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:250: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:272: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:290: error: expected declaration specifiers or ‘...’ before ‘zend_string’
/root/apcu-5.1.9/apc_cache_api.h:390: error: expected declaration specifiers or ‘...’ before ‘zend_long’
In file included from /root/apcu-5.1.9/apc_cache.h:40,
                 from /root/apcu-5.1.9/apc.c:35:
/root/apcu-5.1.9/apc_cache_api.h:390: error: expected declaration specifiers or ‘...’ before ‘zend_long’
In file included from /root/apcu-5.1.9/apc.c:36:
/root/apcu-5.1.9/apc_globals.h:44: error: expected specifier-qualifier-list before ‘zend_long’
/root/apcu-5.1.9/apc.c:41:31: error: zend_smart_str.h: No such file or directory
/root/apcu-5.1.9/apc.c: In function ‘apc_flip_hash’:
/root/apcu-5.1.9/apc.c:336: warning: passing argument 2 of ‘zend_hash_get_current_data_ex’ from incompatible pointer type
/vhs/kangle/ext/tpl_php5633/include/php/Zend/zend_hash.h:182: note: expected ‘void **’ but argument is of type ‘struct Bucket **’
/root/apcu-5.1.9/apc.c:336: error: too few arguments to function ‘zend_hash_get_current_data_ex’
/root/apcu-5.1.9/apc.c:338:61: error: macro "zend_hash_update" requires 6 arguments, but only 3 given
/root/apcu-5.1.9/apc.c:338: error: ‘zend_hash_update’ undeclared (first use in this function)
/root/apcu-5.1.9/apc.c:338: error: (Each undeclared identifier is reported only once
/root/apcu-5.1.9/apc.c:338: error: for each function it appears in.)
/root/apcu-5.1.9/apc.c:340:68: error: macro "zend_hash_index_update" requires 5 arguments, but only 3 given
/root/apcu-5.1.9/apc.c:340: error: ‘zend_hash_index_update’ undeclared (first use in this function)
/root/apcu-5.1.9/apc.c:345: warning: passing argument 1 of ‘_zval_ptr_dtor’ from incompatible pointer type
/vhs/kangle/ext/tpl_php5633/include/php/Zend/zend_variables.h:51: note: expected ‘struct zval **’ but argument is of type ‘struct zval *’
make: *** [apc.lo] Error 1


解决方法,,apcu新版本不支持php5.6...最高支持到4.0.10

PHP扩展基地:http://pecl.php.net/package/APCu
项目地址:https://github.com/krakjoe/apcu

[发帖际遇]: 一个袋子砸在了 小樱 头上,小樱 赚了 5 樱币. 幸运榜 / 衰神榜
欢迎光临IT技术交流论坛:http://bbs.itzmx.com/
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册论坛 新浪微博账号登陆用百度帐号登录

本版积分规则

手机版|Archiver|Mail me|网站地图|IT技术交流论坛 ( 闽ICP备13013206号-7 )

GMT+8, 2024/11/26 06:53 , Processed in 0.114481 second(s), 20 queries , MemCache On.

Powered by itzmx! X3.4

© 2011- sakura

快速回复 返回顶部 返回列表