At 07:46 PM 7/18/2004 +0200, Bernd Römer wrote:
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, ther
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
Hi Bernd,
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
Hello Bernd,
just commit it to pecl after applying for pecl. If it turns out to
be helpful the RM might want to symlink it as a default extension
into next release.
regards
marcus
Sunday, July 18, 2004, 6:16:42 PM, you wrote:
> hi...
> i implemented and shortly benchmarked a binary serialize
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