Conversation
Adds a META.json conforming to version 1.0.0 of the PGXN distribution metadata spec so PL/php can be released on PGXN and installed with "pgxn install plphp". It declares the four extensions the distribution provides: plphp itself plus the jsonb_plphp, hstore_plphp, and bytea_plphp transforms, each with its own version. Validated with PGXN::Meta::Validator 0.16.0. While documenting the PGXN install path in README and INSTALL, corrects two stale statements: the README test-count badge (17, now 26) and the INSTALL note that described a single optional jsonb transform. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
The repository was renamed from PL-php to plPHP. The old URLs redirect, but PGXN releases are permanent, so record the canonical name. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the packaging metadata PL/php needs to be published on PGXN, so it can be installed with
pgxn install plphp.META.json
Conforms to version 1.0.0 of the PGXN distribution metadata spec. Distribution version
2.6.0, licensepostgresql, runtime prereq PostgreSQL >= 11.0.0. Theprovidesmap declares all four extensions in the tree with their own versions:plphpplphp--2.6.sqljsonb_plphpjsonb_plphp/jsonb_plphp--1.0.sqlhstore_plphphstore_plphp/hstore_plphp--1.0.sqlbytea_plphpbytea_plphp/bytea_plphp--1.0.sqldoc/plphp.mdis registered as thedocfileforplphp, so PGXN renders the language reference as the distribution's documentation.Also in this PR
Documents the PGXN install path in README and INSTALL, and corrects two stale statements noticed while editing those sections: the README test-count badge (said 17, the suite is 26) and the INSTALL note that described a single optional jsonb transform (there are now three).
Verification
META.jsonvalidates withPGXN::Meta::Validator0.16.0: valid.git archive --prefix=plphp-2.6.0/), extracted clean in the build container, and built and tested from that extract against PostgreSQL 18: 26/26 core tests pass, plus 1/1 for each of the three transform suites.🤖 Generated with Claude Code