The behaviour of these functions is affected by settings in php.ini.
| Name | Default | Changeable | Changelog | 
|---|---|---|---|
| igbinary.compact_strings | 1 | PHP_INI_ALL | 
| Name | Default | Changeable | Changelog | 
|---|---|---|---|
| session.save_handler | "files" | PHP_INI_ALL | 
Here's a short explanation of the configuration directives.
igbinary.compact_strings
    bool
   Enable or disable compacting of duplicate strings. The default is On.
session.save_handler
    string
   
     Igbinary is used as session handler by setting this value to igbinary.