[Tickets #5604] Re: ListMessages endless loop
bugs at bugs.horde.org
bugs at bugs.horde.org
Tue Aug 7 20:26:39 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5604
-----------------------------------------------------------------------
Ticket | 5604
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | ListMessages endless loop
Queue | DIMP
Version | 1.0-ALPHA
Type | Bug
State | Feedback
-Priority | 3. High
+Priority | 1. Low
Owners |
-----------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2007-08-07 13:26) wrote:
> It means that you can't use get_object_vars to access array content
> in lib/Horde/Serialize/JSON.php:161 (on both systems) and with
> iterator you can access array content only with PHP 5.2.2. If you
> typecast object back to array, you can access array content also with
> PHP 5.1.6 (CentOS5).
To me, this indicates that the version of PHP that ships with CentOS is
broken. If these functions are not doing what they are supposed to be
doing, there's not much we can do about that in our code. And
get_object_vars() has been around since PHP 4 so this shouldn't be a code
stability/maturity issue.
More information about the bugs
mailing list