Open churiart opened 4 years ago
@churiart did you find a solution? we have a similar situation atm
@xvzf No nothing. Had to downgrade.
APCu 5.1.20 had some fixes that may have been relevant https://pecl.php.net/package-changelog.php?package=APCu&release=5.1.22 (have you tried 5.1.22 with php 8.1 or older?)
- Fix handling of references in PHP 8 if "default" serializer is used (which is not the default).
- Fix string reuse handling if "default" serializer is used (which is not the default).
After upgrading from 5.1.9 to 5.1.19, php-fpm process exits on invoking
apcu_*
functions (store
anddelete
I can confirm):and nginx
There are no hints as why it occurs. Also it isn't obvious how internal debugging feature of apcu works so that we could see some logs.