The branch "master" has been updated. The following is a summary of the commits.
from: 884880e7595be66c266bc978dd05e5da4a2cba23 78cd059 Only set 'phpob' if $value, itself, is an object and not an array. Summary: http://github.com/horde/horde/compare/884880e7595be66c266bc978dd05e5da4a2cba23...78cd059dfa64426d4e9b5a636b4e925ec942d6ba ----------------------------------------------------------------------- commit 78cd059dfa64426d4e9b5a636b4e925ec942d6ba Author: Michael J Rubinsky <[email protected]> Date: Fri Apr 25 12:25:21 2014 -0400 Only set 'phpob' if $value, itself, is an object and not an array. $value might be an array of objects. By setting phpob to false, we are telling Horde_Pack that NONE of the values being passed are objects. By leaving phpob unset, we let Horde_Pack make that determination, since it is smart enough to know if an array contains objects or not. Fixes, among other things, fatal errors when using share caching. framework/Core/lib/Horde/Session.php | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/78cd059dfa64426d4e9b5a636b4e925ec942d6ba -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
