Skip to content

Add lib-pam as a supported system library#691

Merged
asgrim merged 1 commit into
php:1.5.xfrom
fpoirotte:add-pam-library
Jul 23, 2026
Merged

Add lib-pam as a supported system library#691
asgrim merged 1 commit into
php:1.5.xfrom
fpoirotte:add-pam-library

Conversation

@fpoirotte

Copy link
Copy Markdown
Contributor

Register the (Linux-)PAM library so extensions that wrap it (e.g. amishmm/pam) can declare a lib-pam dependency in composer.json. Linux-PAM exposes a pam pkg-config module, so it is detected the same way as the other supported libraries, and can be auto-installed via apt (libpam0g-dev), apk (linux-pam-dev), and dnf/yum (pkgconfig(pam)).

PR submitter checklist

Register the (Linux-)PAM library so extensions that wrap it
(e.g. amishmm/pam) can declare a `lib-pam` dependency in composer.json.
Linux-PAM exposes a `pam` pkg-config module, so it is detected the same
way as the other supported libraries, and can be auto-installed via
apt (libpam0g-dev), apk (linux-pam-dev), and dnf/yum (pkgconfig(pam)).
@asgrim asgrim self-assigned this Jul 23, 2026
@asgrim asgrim added the enhancement New feature or request label Jul 23, 2026
@asgrim asgrim added this to the 1.5.0 milestone Jul 23, 2026
@asgrim
asgrim merged commit a2f4457 into php:1.5.x Jul 23, 2026
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants