root/fJSON.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @848 [848] 06/08/10 21:41:25 wbond Removed all e flags for preg_replace() and all calls to …
(edit) @774 [774] 03/15/10 01:05:48 wbond Fixed ticket #365 - added fJSON::output()
(edit) @563 [563] 05/06/09 21:02:29 wbond Fixed a bug in fJSON::decode() where the pure PHP version would only …
(edit) @560 [560] 05/04/09 03:00:51 wbond Updated fJSON to be consistent with PHP 5.2.9+ when encoding and decoding …
(edit) @501 [501] 01/26/09 23:54:06 wbond Changed @ error suppression operators to error_reporting() calls
(edit) @448 [448] 12/24/08 01:06:02 wbond Updated copyright notices and licenses to use Will instead of William, …
(edit) @316 [316] 10/21/08 01:54:09 wbond More API documentation updates
(edit) @273 [273] 10/06/08 23:12:08 wbond Added comments to explain class constants for static method callbacks
(edit) @265 [265] 10/03/08 01:39:30 wbond Added class constants to all classes with static methods to allow for …
(copy) @214 [214] 09/12/08 13:51:40 wbond Moved all of the classes out of subdirectories for easier browsing and …
copied from utility/fJSON.php:
(edit) @207 [207] 09/10/08 01:43:24 wbond Added fJSON::sendHeader()