pickles/classes
Josh Sherman 9b297f3d87 Dropped Convert::toJSON()
In an effort to only maintain compatibility with the latest version of PHP (currently the 5.5 branch) I dropped the sanity checks if `json_encode` was available as it is always available in PHP 5.2+. Dropping this sanity check also allowed me to remove the wrapper function and the `JSON_AVAILABLE` constant. Ideally I'd like to move towards dropping the `Convert` class entirely but will need a way to convert an array to XML as the `RSS` class still leverages it. One thought is to move that code right into the `RSS` class as it never gets used elsewhere because XML is gross.
2013-12-24 13:28:49 -05:00
..
API Added AreYouAHuman.com integration 2013-12-23 19:11:01 -05:00
Database Dropped Convert::toJSON() 2013-12-24 13:28:49 -05:00
Display Dropped Convert::toJSON() 2013-12-24 13:28:49 -05:00
Browser.php Q4 2013, seemed like a good time to update the copyright notices 2013-11-04 17:36:04 -05:00
Cache.php Q4 2013, seemed like a good time to update the copyright notices 2013-11-04 17:36:04 -05:00
Config.php Q4 2013, seemed like a good time to update the copyright notices 2013-11-04 17:36:04 -05:00
Controller.php Q4 2013, seemed like a good time to update the copyright notices 2013-11-04 17:36:04 -05:00
Convert.php Dropped Convert::toJSON() 2013-12-24 13:28:49 -05:00
Database.php Q4 2013, seemed like a good time to update the copyright notices 2013-11-04 17:36:04 -05:00
Date.php Q4 2013, seemed like a good time to update the copyright notices 2013-11-04 17:36:04 -05:00
Distance.php Q4 2013, seemed like a good time to update the copyright notices 2013-11-04 17:36:04 -05:00
Dynamic.php Q4 2013, seemed like a good time to update the copyright notices 2013-11-04 17:36:04 -05:00
Error.php Q4 2013, seemed like a good time to update the copyright notices 2013-11-04 17:36:04 -05:00
File.php Q4 2013, seemed like a good time to update the copyright notices 2013-11-04 17:36:04 -05:00
Form.php Q4 2013, seemed like a good time to update the copyright notices 2013-11-04 17:36:04 -05:00
HTML.php Q4 2013, seemed like a good time to update the copyright notices 2013-11-04 17:36:04 -05:00
Log.php Q4 2013, seemed like a good time to update the copyright notices 2013-11-04 17:36:04 -05:00
Model.php Dropped Convert::toJSON() 2013-12-24 13:28:49 -05:00
Module.php Q4 2013, seemed like a good time to update the copyright notices 2013-11-04 17:36:04 -05:00
Number.php Q4 2013, seemed like a good time to update the copyright notices 2013-11-04 17:36:04 -05:00
Object.php Q4 2013, seemed like a good time to update the copyright notices 2013-11-04 17:36:04 -05:00
Profiler.php Q4 2013, seemed like a good time to update the copyright notices 2013-11-04 17:36:04 -05:00
Security.php Q4 2013, seemed like a good time to update the copyright notices 2013-11-04 17:36:04 -05:00
Session.php Q4 2013, seemed like a good time to update the copyright notices 2013-11-04 17:36:04 -05:00
Sort.php Q4 2013, seemed like a good time to update the copyright notices 2013-11-04 17:36:04 -05:00
String.php Q4 2013, seemed like a good time to update the copyright notices 2013-11-04 17:36:04 -05:00
Time.php Q4 2013, seemed like a good time to update the copyright notices 2013-11-04 17:36:04 -05:00
Validate.php Q4 2013, seemed like a good time to update the copyright notices 2013-11-04 17:36:04 -05:00