Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 872 Bytes

CHANGELOG.md

File metadata and controls

26 lines (19 loc) · 872 Bytes

0.2.0 (20.01.2024)

  • #1: fix the password field in user/group info (it is "passwd", not "password")

0.1.2 (20.01.2024)

  • Support PHP 8.3 (test in GitHub action)
  • Tests refactoring
  • PosixConstants: added constants that are defined in 8.3
  • #2: support new functions from PHP 8.3

0.1.1 (15.10.2023)

  • Error constants (PosixErrors)

0.1.0 (14.10.2023)

  • The interface (IPosix)
  • The standard implementation (RealPosix)
  • The listeners mechanism (IPosixListener)
  • Throws exceptions instead return codes
  • Data classes instead associative arrays