-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Help wantedBeginner friendly issues or issues where we'd highly appreciate community's help and involvement.Beginner friendly issues or issues where we'd highly appreciate community's help and involvement.MajorIndicates the severity or impact or benefit of an issue is much higher than normal but not critical.Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.TaskIndicates an issue is neither a feature nor a bug and it's purely a "technical" change.Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.
Milestone
Description
A possible response format for APIs is in a PHP serialized string. This isn't good for many reasons:
- readable only by PHP
- prone to not work across systems or across time (e.g. differences between HHVM and the zend engine)
- very fragile (e.g. some plugin replace words in responses, this break this format)
- not standard at all (JSON, XML & co are more than enough for an HTTP API)
We could deprecate it for 3.0 and remove it later.
Metadata
Metadata
Assignees
Labels
Help wantedBeginner friendly issues or issues where we'd highly appreciate community's help and involvement.Beginner friendly issues or issues where we'd highly appreciate community's help and involvement.MajorIndicates the severity or impact or benefit of an issue is much higher than normal but not critical.Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.TaskIndicates an issue is neither a feature nor a bug and it's purely a "technical" change.Indicates an issue is neither a feature nor a bug and it's purely a "technical" change.