krakjoe/apcu

Enable igbinary as serializer Cause PHP 8.2 exited on signal 4

Ardentwheel opened this issue · 1 comments

APCu 5.1.22 (with igbinary as serializer)
Igbinary 3.2.14
Nginx 1.24.0
PHP 8.2.4

Clean install nextcloud 27, than try to install wordpress 6.2.2
Open wp-admin will led to Nginx 502, php child exited on signal 4 (SIGILL)

WARNING: [pool www] child 457854 exited on signal 4 (SIGILL) after 269.108040 seconds from start

stop using igbinary as serializer solve the problem

;apc.serializer = igbinary

igbinary/igbinary#379

Problem cause by PHP JIT, Close this thread

php/php-src#7817