Re: [PHP-DEV] binary serializer/unserializer and session.serialize_handler

2004-07-18 Thread Bernd Römer
hi andi.. It seems you are using zend_dynamic_array() which is something I wrote a long time ago and never got to completely testing it. Seems to me that there's a problem there with the erealloc() call. It could relocate the data storage and, therefore, all of your pointers to that storage migh

[PHP-DEV] binary serializer/unserializer and session.serialize_handler

2004-07-18 Thread Bernd Römer
hi... i implemented and shortly benchmarked a binary serializer (which means serializing and unserializing php-variables into a binary representation). At the moment it is written as an extension, but perhaps it is interesting to let it become a standard-extension or part of ext/standard (var.c