Added other containers
Some checks reported warnings
Build and push image / Build (push) Has been cancelled
Some checks reported warnings
Build and push image / Build (push) Has been cancelled
This commit is contained in:
15
php-fpm/config/conf.d/20-igbinary.ini
Normal file
15
php-fpm/config/conf.d/20-igbinary.ini
Normal file
@@ -0,0 +1,15 @@
|
||||
; configuration for php igbinary module
|
||||
; priority=20
|
||||
|
||||
; Load igbinary extension
|
||||
extension=igbinary.so
|
||||
|
||||
; Use igbinary as session serializer
|
||||
;session.serialize_handler=igbinary
|
||||
|
||||
; Enable or disable compacting of duplicate strings
|
||||
; The default is On.
|
||||
igbinary.compact_strings=On
|
||||
|
||||
; Use igbinary as serializer in APC cache (3.1.7 or later)
|
||||
;apc.serializer=igbinary
|
Reference in New Issue
Block a user