krakjoe / apcu

APCu - APC User Cache
Other
964 stars 196 forks source link

Enable igbinary as serializer Cause PHP 8.2 exited on signal 4 #491

Closed Ardentwheel closed 1 year ago

Ardentwheel commented 1 year ago

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

https://github.com/igbinary/igbinary/issues/379

Ardentwheel commented 1 year ago

Problem cause by PHP JIT, Close this thread

https://github.com/php/php-src/issues/7817