Revisions for framework/Serialize/Serialize/JSON.php

Location: [ Horde ] / framework / Serialize / Serialize / JSON.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.16.2.1 FRAMEWORK_3 (+0 -0 lines) 12/20/2007 08:49 AM Jan Schneider jan

Merge from HEAD.

Tags: HORDE_3_3, HORDE_3_3_RC1, HORDE_3_2_2, HORDE_3_2_1, HORDE_3_2, HORDE_3_2_RC4, HORDE_3_2_RC3, HORDE_3_2_RC2

1.16 (+3 -2 lines) 01/05/2007 08:50 AM Jan Schneider jan

Safer float test, and fix decoding of empty strings.

Tags: FRAMEWORK_3, BEFORE_MERGE_3_2, HORDE_3_2_RC1, HORDE_3_2_ALPHA

1.15 (+2 -2 lines) 12/15/2006 09:20 PM Michael M Slusarz slusarz

More efficient character matching algorithim.  Also fixes some (rare) cases
where offsets would be slightly off so random characters would be altered
in the JSON output.

1.14 (+1 -1 lines) 05/15/2006 10:23 AM Jan Schneider jan

Fix boolean serialization.

1.13 (+25 -43 lines) 05/12/2006 11:32 AM Michael M Slusarz slusarz

Horde coding convention cleanups

1.12 (+2 -2 lines) 05/11/2006 11:26 AM Jan Schneider jan

Revert.

Bug: 3865

1.11 (+2 -2 lines) 04/27/2006 01:09 PM Chuck Hagenbuch chuck

when iterating through chars this way we want to use the number of
bytes, not chars.

1.10 (+1 -1 lines) 11/22/2005 08:50 AM Jan Schneider jan

Escape ascii characters in unicode strings properly.

1.9 (+2 -2 lines) 11/21/2005 11:13 AM Jan Schneider jan

Fix unicode encoding, finally.

1.8 (+2 -2 lines) 11/21/2005 11:07 AM Jan Schneider jan

Fix order of replacements to avoid duplicate hits.

1.7 (+1 -1 lines) 11/18/2005 10:45 PM Chuck Hagenbuch chuck

I guess everyone was kidding when they said you should use curly
braces for string offsets. This is, if anything, relevant to PHP6 (and
E_STRICT warnings under 5.1), but may as well just get rid of it.

1.6 (+0 -1 lines) 11/10/2005 06:18 AM mdjukic

we're requiring it at the top... and it's typo anyway should be Horde/

1.5 (+19 -95 lines) 11/04/2005 11:45 AM Jan Schneider jan

Simplify JSON serializer.

1.4 (+3 -4 lines) 11/04/2005 07:13 AM Jan Schneider jan

wrapping

1.3 (+1 -1 lines) 11/02/2005 06:28 AM Chuck Hagenbuch chuck

Spelling.

1.2 (+7 -7 lines) 10/24/2005 05:49 AM Jan Schneider jan

Looks like we need to force utf-16 big endian for iconv, but this works *only*
with iconv.

1.1 10/23/2005 09:49 PM Chuck Hagenbuch chuck

helps to add the JSON file.