You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
224 B

  1. ; Load igbinary extension
  2. ;extension=igbinary.so
  3. ; Use igbinary as session serializer
  4. session.serialize_handler=igbinary
  5. ; Enable or disable compacting of duplicate strings
  6. ; The default is On.
  7. igbinary.compact_strings=On