Skip to content

Releases: cxj/phpsyslog

Revised and modernized

29 Jul 21:39
@cxj cxj

Choose a tag to compare

This release updates the code in the following ways:

  1. Type hints all parameters and returns, now passes PHPStan level 6.
  2. Moves PHP version to 7.4.
  3. Updates development tooling to use modern self-contained PHPUnit and PHPStan.
  4. Replaces require: icecave\isolator with require-dev: php-mock/php-mock-phpunit to remove the PHP global function calls with mocks only during testing, instead of having the proxy running in the library at all times.

1.1.6

08 Sep 00:38
@cxj cxj

Choose a tag to compare

CHANGELOG

1.1.5

  • Modify project structure to minimize files in root. Reword README.

1.1.4

  • Make consistent with all checks required by producer/producer.
  • Update unit tests to PHPUnit 7.

1.1.5

30 Oct 03:48
@cxj cxj

Choose a tag to compare

CHANGELOG

1.1.4

  • Make consistent with all checks required by producer/producer.
  • Update unit tests to PHPUnit 7.

1.1.4

29 Oct 22:55
@cxj cxj

Choose a tag to compare

CHANGELOG

1.1.4

  • Make consistent with all checks required by producer/producer.
  • Update unit tests to PHPUnit 7.

Windows compatabilty and PHP 5.4 support

05 Jan 18:56
@cxj cxj

Choose a tag to compare

Change the default options and facility constants to add support for Windows platforms and PHP 5.4 versions.

Composer dependency bug fix

13 Nov 21:00
@cxj cxj

Choose a tag to compare

PHP 5.4 does not support this code, but the composer.json file included wrongly indicated that PHP 5.4 was sufficient. It's not; you'll need PHP 5.5+.

Point release

09 Nov 19:59
@cxj cxj

Choose a tag to compare

Functionally, this release is the same as the previous release. This point release only updates the README.md to make more coherent sense with the changes made in the past release. One can still (of course) change the source code to modify constants, or override the class. But it's not necessary just to be able to tweak the 2 syslog parameters newly added to the constructor.

More control

09 Nov 19:51
@cxj cxj

Choose a tag to compare

This release adds backward compatible changes to allow more control of the underlying syslog parameters, namely Facility, Ident, Options and Minimum log level (priority). These can be optionally passed to the constructor, or they can be set and examined later via setter and getter methods for each.

First release.

06 Nov 01:57
@cxj cxj

Choose a tag to compare

v1.0

Hotten the links by adding the URLs.