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? 

Yes, APC is able to memcpy arrays directly.

-Rasmus

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

Reply via email to