Add igbinary and msgpack php modules + bump versions

This commit is contained in:
2022-06-23 22:49:26 +02:00
parent a1f1a22fb0
commit 2418b476cc
3 changed files with 24 additions and 19 deletions

View File

@ -57,6 +57,8 @@ opcache.validate_permission = 1
opcache.validate_root = 1
opcache.jit_buffer_size = 64M
session.use_strict_mode = 1
session.serialize_handler=igbinary
apc.serializer=igbinary
';
const NGINX_DEFAULT = 'server {
listen unix:/var/run/nginx/suspended backlog=2048 proxy_protocol;