Snippets for php 8.6.0_beta2 from Alpine armhf
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-armhf/testing/php86/php86-8.6.0_beta2-r0.log.
-
/home/buildozer/aports/testing/php86/src/php-8.6.0beta2/sapi/apache2handler/apache_config.c:210:7: warning: missing field 'func' initializer [-Wmissing-field-initializers] 210 | {NULL} | ^ -
/home/buildozer/aports/testing/php86/src/php-8.6.0beta2/ext/ffi/ffi.c:2177:10: warning: allocation of insufficient size '92' for type 'zend_function' (aka 'union _zend_function') with size '156' [-Walloc-size] 2177 | func = ecalloc(1, sizeof(zend_internal_function)); | ^ -
/home/buildozer/aports/testing/php86/src/php-8.6.0beta2/ext/ffi/ffi.c:2957:10: warning: allocation of insufficient size '92' for type 'zend_function' (aka 'union _zend_function') with size '156' [-Walloc-size] 2957 | func = ecalloc(1, sizeof(zend_internal_function)); | ^ -
/home/buildozer/aports/testing/php86/src/php-8.6.0beta2/ext/curl/interface.c:2530:7: warning: call to 'Wcurl_easy_getinfo_err_curl_off_t' declared with 'warning' attribute: curl_easy_getinfo expects a pointer to curl_off_t [-Wattribute-warning] 2530 | if (curl_easy_getinfo(ch->cp, CURLINFO_SIZE_DELIVERED , &l_code) == CURLE_OK) { | ^ -
/home/buildozer/aports/testing/php86/src/php-8.6.0beta2/ext/pdo_odbc/odbc_driver.c:109:21: warning: format specifies type 'int' but the argument has type 'SQLINTEGER' (aka 'long') [-Wformat] 108 | zend_throw_exception_ex(php_pdo_get_exception(), einfo->last_error, "SQLSTATE[%s] %s: %d %s", | ~~ | %ld 109 | *pdo_err, what, einfo->last_error, einfo->last_err_msg); | ^~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/php86/src/php-8.6.0beta2/ext/posix/posix_arginfo.h:414:50: warning: implicit conversion from 'unsigned long long' to 'zend_long' (aka 'int') changes value from 18446744073709551615 to -1 [-Wconstant-conversion] 414 | REGISTER_LONG_CONSTANT("POSIX_RLIMIT_INFINITY", RLIM_INFINITY, CONST_PERSISTENT); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/php86/src/php-8.6.0beta2/ext/zip/zip_source.c:127:23: warning: result of comparison of constant 9223372036854775807 with expression of type 'size_t' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare] 127 | if (ctx->in_offset > ZIP_INT64_MAX) { | ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/php86/src/php-8.6.0beta2/ext/zip/zip_source.c:179:24: warning: result of comparison of constant 9223372036854775807 with expression of type 'size_t' (aka 'unsigned int') is always false [-Wtautological-constant-out-of-range-compare] 179 | if (ctx->out_offset > ZIP_INT64_MAX) { | ~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~ -
/home/buildozer/aports/testing/php86/src/php-8.6.0beta2/sapi/litespeed/lsapilib.c:1261:43: warning: format specifies type 'long' but the argument has type '__ptrdiff_t' (aka 'int') [-Wformat] 1261 | "real: %ld\n", totalLen, pBegin - pReq->m_pReqBuf ); | ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~ | %td