[Tickets #3725] allow associative arrays in text_diff
bugs@bugs.horde.org
bugs at bugs.horde.org
Sat Apr 1 00:11:15 PST 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=3725
-----------------------------------------------------------------------
Ticket | 3725
Updated By | vilius at lnk.lt
Summary | allow associative arrays in text_diff
Queue | Horde Framework Packages
Version | HEAD
State | Feedback
Priority | 1. Low
Type | Enhancement
Owners |
-----------------------------------------------------------------------
vilius at lnk.lt (2006-04-01 00:11) wrote:
At least in my case array keys matters. So if data array from database will
be returned in different order (for example array("id" => "1", "name" =>
"Pavel", "surname" => "Lescynskyj")) and I would want to differ it with
array from xml file (array("id" => "1", "surname" => "Lescynskyj", "name" =>
"Pavel")) it should be the same.
If you against including it into Text_Diff, then maybe new Horde_Array
package would be possible. Just like we have Horde_String on top of the
different PHP string functions.
More information about the bugs
mailing list