tars-extension icon indicating copy to clipboard operation
tars-extension copied to clipboard

php7.4扩展make失败

Open qq690712575 opened this issue 3 years ago • 0 comments

/Applications/MAMP/bin/php/php7.4.9/include/php/ext/tars-extension/tupapi.c:429:14: error: expected ';' after expression ulong num_key; ^ ; /Applications/MAMP/bin/php/php7.4.9/include/php/ext/tars-extension/tupapi.c:429:9: error: use of undeclared identifier 'ulong' ulong num_key; ^ /Applications/MAMP/bin/php/php7.4.9/include/php/ext/tars-extension/tupapi.c:429:15: error: use of undeclared identifier 'num_key' ulong num_key; ^ /Applications/MAMP/bin/php/php7.4.9/include/php/ext/tars-extension/tupapi.c:433:58: error: use of undeclared identifier 'num_key' ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(inbuf_arr), num_key, zkey, ... ^ /Applications/MAMP/bin/php/php7.4.9/include/php/ext/tars-extension/tupapi.c:514:14: error: expected ';' after expression ulong num_key; ^ ; /Applications/MAMP/bin/php/php7.4.9/include/php/ext/tars-extension/tupapi.c:514:9: error: use of undeclared identifier 'ulong' ulong num_key; ^ /Applications/MAMP/bin/php/php7.4.9/include/php/ext/tars-extension/tupapi.c:514:15: error: use of undeclared identifier 'num_key' ulong num_key; ^ /Applications/MAMP/bin/php/php7.4.9/include/php/ext/tars-extension/tupapi.c:518:58: error: use of undeclared identifier 'num_key' ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(inbuf_arr), num_key, zkey, ... ^ /Applications/MAMP/bin/php/php7.4.9/include/php/ext/tars-extension/tupapi.c:609:14: error: expected ';' after expression ulong num_key; ^ ; /Applications/MAMP/bin/php/php7.4.9/include/php/ext/tars-extension/tupapi.c:609:9: error: use of undeclared identifier 'ulong' ulong num_key; ^ /Applications/MAMP/bin/php/php7.4.9/include/php/ext/tars-extension/tupapi.c:609:15: error: use of undeclared identifier 'num_key' ulong num_key; ^ /Applications/MAMP/bin/php/php7.4.9/include/php/ext/tars-extension/tupapi.c:613:57: error: use of undeclared identifier 'num_key' ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(contexts), num_key, zkey, c... ^ /Applications/MAMP/bin/php/php7.4.9/include/php/ext/tars-extension/tupapi.c:704:14: error: expected ';' after expression ulong num_key; ^ ; /Applications/MAMP/bin/php/php7.4.9/include/php/ext/tars-extension/tupapi.c:704:9: error: use of undeclared identifier 'ulong' ulong num_key; ^ /Applications/MAMP/bin/php/php7.4.9/include/php/ext/tars-extension/tupapi.c:704:15: error: use of undeclared identifier 'num_key' ulong num_key; ^ /Applications/MAMP/bin/php/php7.4.9/include/php/ext/tars-extension/tupapi.c:708:57: error: use of undeclared identifier 'num_key' ZEND_HASH_FOREACH_KEY_VAL(Z_ARRVAL_P(statuses), num_key, zkey, s... ^ /Applications/MAMP/bin/php/php7.4.9/include/php/ext/tars-extension/tupapi.c:881:10: error: expected ';' after expression ulong num_key; ^ ; /Applications/MAMP/bin/php/php7.4.9/include/php/ext/tars-extension/tupapi.c:881:5: error: use of undeclared identifier 'ulong' ulong num_key; ^ /Applications/MAMP/bin/php/php7.4.9/include/php/ext/tars-extension/tupapi.c:881:11: error: use of undeclared identifier 'num_key' ulong num_key; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make: *** [tupapi.lo] Error 1

php版本 PHP 7.4.9 (cli) (built: Aug 31 2020 14:42:45) ( NTS ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies

qq690712575 avatar Jul 31 '21 09:07 qq690712575