Skip to content

Add extension compatibility manifest #19

Description

@TrixNEW

What do you want?

Stop treating extension presence as equivalent to full PHP compatibility.

Create a machine-readable manifest such as:
core certified
json certified
pcre certified
spl certified
pdo_sqlite supported
pdo_mysql supported
pdo_pgsql supported
curl partial
pcntl experimental
soap experimental

Tasks

Track functions/classes/constants for each extension.
Mark each as:

  • certified
  • supported
  • partial
  • experimental
  • unsupported
    Do not advertise an extension as fully supported while major APIs are stubs.
    Generate documentation from this manifest.
    Add CI checks preventing undocumented compatibility regressions.

Done when:
Users can determine exactly which PHP APIs are safe to depend on.

Why does it belong here?

Stop treating extension presence as equivalent to full PHP compatibility.

Alternatives considered

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions