Skip to content

Reporting API: remove the PHP serialization response format #8100

@mnapoli

Description

@mnapoli

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.MajorIndicates 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.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions