[TYPO3-performance] php serializer replacement igbinary - anyone?

Dominique Feyer dominique.feyer at reelpeek.net
Tue Nov 2 10:41:06 CET 2010


One small thing about igbinary, you can replace the serializer for the
PHP session, with this conf in your php.ini:

# Load igbinary extension
extension=igbinary.so

# Use igbinary as session serializer
session.serialize_handler=igbinary

It can be really useful.

Dominique Feyer

Sebastian Fischer wrote:
> Am 29.10.2010 17:37, schrieb Jeff Segars:
>>
>> Alright, project is set up now. I said the extension was very simple and
>> I wasn't lying :)
>>
>> http://forge.typo3.org/projects/extension-igbinary
>>
>> Thanks,
>> Jeff
> 
> Hi Jeff,
> 
> well what should i say. It is realy small and neat.
> 
> Thanks for sharing.
> 
> Greetings
> Sebastian


More information about the TYPO3-performance mailing list