Skip to content

Releases: amishmm/php-pam

v2.2.5

22 Sep 15:02
Compare
Choose a tag to compare

What's Changed

  • Remove PAM_DISALLOW_NULL_AUTHTOK from pam_chauthtok()

Full Changelog: v2.2.4...v2.2.5

v2.2.4

19 Jan 14:52
Compare
Choose a tag to compare

What's Changed

  • Update TSRMLS_CACHE in RINIT_FUNCTION and MINIT_FUNCTION by @dummyunit in #12

New Contributors

Full Changelog: v2.2.3...v2.2.4

v2.2.3

08 Jun 06:17
Compare
Choose a tag to compare

Fix minimum version of php and pear installer

v2.2.2

08 Jun 04:54
Compare
Choose a tag to compare

Add missing globals init and other minor fixes.

v2.2.1

07 Jun 13:37
Compare
Choose a tag to compare

Fix version and ship package.xml

v2.2

30 Jan 06:50
Compare
Choose a tag to compare

Changes

  • Remove TSRMLS_* for php 8

v2.1.1

30 Dec 07:46
Compare
Choose a tag to compare

Changes

  • Fix status parameter passing by reference #1

v2.1.0

12 Oct 10:45
Compare
Choose a tag to compare

Changes

  • Allow to call pam_auth() and pam_chpass() with a different PAM service name, at runtime
  • Introduce new php.ini boolean pam.force_servicename to force to always use pam.servicename
  • Optimize a bit and fix rare case memory leak

v2.0.0

11 Oct 12:03
Compare
Choose a tag to compare

Changes