Stanislav Malyshev wrote:
Well the problem is that I am trying to cache soap replies in APC. This seems to be buggy but at the very least will require a serialize/unserialize call, which again adds overhead.

Wouldn't array require serializing too? Or APC is able to store arrays in unserialized form? Anyway you could use get_object_vars() I guess.

I wrote up a blog post with all the options I see with some microbenchmarks:
http://pooteeweet.org/blog/721

I would appreciate feedback, since I am unsure of the results.

regards,
Lukas

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to