Skip to content

Releases: pear/Log

1.14.4

20 Feb 21:01
Compare
Choose a tag to compare
  • Correct syslog handler $name typing (#34)

1.14.3

07 Feb 15:07
Compare
Choose a tag to compare
  • Correct Composer minimum PHP version constraint (#32)

1.14.2

21 Jan 23:58
Compare
Choose a tag to compare
  • Add support for converting the strftime() %x and %X format characters

1.14.1

10 Jan 17:07
Compare
Choose a tag to compare
  • Fix the PEAR_LOG_ALL mask on 32-bit systems

1.14.0

09 Jan 16:43
72c63e0
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Bump pear/pear_exception dependency to version to 1.0.1. (#15)

1.13.1

16 Apr 00:52
Compare
Choose a tag to compare

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

1.13.0

03 Apr 03:30
Compare
Choose a tag to compare
  • Deprecate PHP4-style constructors (#11)