Skip to content

Releases: pear/Log

1.14.6

27 Jul 00:26

Choose a tag to compare

  • Fix composite handler boolean return values (#40, #41)

1.14.5

09 Mar 21:18

Choose a tag to compare

  • Add nullable parameter annotations (#36)
  • Remove executable bits from source files
  • Exclude README.rst symlink from Composer archives

1.14.4

20 Feb 21:01

Choose a tag to compare

  • Correct syslog handler $name typing (#34)

1.14.3

07 Feb 15:07

Choose a tag to compare

  • Correct Composer minimum PHP version constraint (#32)

1.14.2

21 Jan 23:58

Choose a tag to compare

  • Add support for converting the strftime() %x and %X format characters

1.14.1

10 Jan 17:07

Choose a tag to compare

  • Fix the PEAR_LOG_ALL mask on 32-bit systems

1.14.0

09 Jan 16:43
72c63e0

Choose a tag to compare

  • Dropped support for PHP 5.6. PHP 7.4+ is now required
  • Added visibility and (strict) type declarations
  • Moved to date()-style time formatting (strftime() is deprecated)

1.13.3

04 May 23:53

Choose a tag to compare

  • Support versions 1.0.1 and 1.0.2 of pear/pear_exception.

1.13.2

02 Jun 00:10

Choose a tag to compare

  • Bump pear/pear_exception dependency to version to 1.0.1. (#15)

1.13.1

16 Apr 00:52

Choose a tag to compare

Use rand() to make instance identifiers more unique than microtime()'s resolution alone. (#12)