Skip to content

Releases: pear/Log

1.14.6

Choose a tag to compare

@jparise jparise released this 27 Jul 00:26
  • Fix composite handler boolean return values (#40, #41)

1.14.5

Choose a tag to compare

@jparise jparise released this 09 Mar 21:18
  • Add nullable parameter annotations (#36)
  • Remove executable bits from source files
  • Exclude README.rst symlink from Composer archives

1.14.4

Choose a tag to compare

@jparise jparise released this 20 Feb 21:01
  • Correct syslog handler $name typing (#34)

1.14.3

Choose a tag to compare

@jparise jparise released this 07 Feb 15:07
  • Correct Composer minimum PHP version constraint (#32)

1.14.2

Choose a tag to compare

@jparise jparise released this 21 Jan 23:58
  • Add support for converting the strftime() %x and %X format characters

1.14.1

Choose a tag to compare

@jparise jparise released this 10 Jan 17:07
  • Fix the PEAR_LOG_ALL mask on 32-bit systems

1.14.0

Choose a tag to compare

@jparise jparise released this 09 Jan 16:43
72c63e0
  • 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

Choose a tag to compare

@jparise jparise released this 04 May 23:53
  • Support versions 1.0.1 and 1.0.2 of pear/pear_exception.

1.13.2

Choose a tag to compare

@jparise jparise released this 02 Jun 00:10
  • Bump pear/pear_exception dependency to version to 1.0.1. (#15)

1.13.1

Choose a tag to compare

@jparise jparise released this 16 Apr 00:52

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