Snippets for php 8.6.0_beta2 from Alpine ppc64le
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-ppc64le/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 '160' for type 'zend_function' (aka 'union _zend_function') with size '256' [-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 '160' for type 'zend_function' (aka 'union _zend_function') with size '256' [-Walloc-size] 2957 | func = ecalloc(1, sizeof(zend_internal_function)); | ^