Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.5.0-b1
-
Component/s: None
-
Labels:None
Description
The json vendor code has not been necessary since php <5.2, and so it will be removed in CORE-2867. Therefore, we must update all references to it (/vendors/json/json.php as Services_JSON class) to use php's built-in json_encode and json_decode.
- Update all references to Services_JSON to use php's json_encode or json_decode.