Skip to content

Releases: Mizzrym/php_send_nsca

Version 3.0.3

30 Sep 10:16
dab23b9
Compare
Choose a tag to compare

Restored compatibility with PHP 7.0

Version 3.0.2

29 Sep 07:44
3d59a7b
Compare
Choose a tag to compare

type error fix

Version 3.0.1

17 Dec 15:29
Compare
Choose a tag to compare
  • fixed issue with stream_socket_client raising a warning, which can cause the application to stop

Release PHP 7.0+

21 Jan 13:59
Compare
Choose a tag to compare

Dropped support for 5.6

Backport 5.6

21 Jan 12:32
f5a1337
Compare
Choose a tag to compare

The "old" version 2 (which drops support for php versions lower than 7) will be the new version 3
This backported version, which is compatible with php 5.6 will be the "new" version 2

Bugfix

07 Jun 06:59
eeff6e1
Compare
Choose a tag to compare
Merge pull request #13 from fhaferkorn/master

fixed mixed params $message and $returncode in sendHostCheck

Passive host checks

06 Jun 18:57
23ce1fe
Compare
Choose a tag to compare

Passive host checks can be send by using an empty string as the service.
Since this is not really intuitive, additional public methods have been added.
send() still works as expected for backwards compatibility and stays public for the time being.

Factory

27 Dec 12:23
Compare
Choose a tag to compare

Added factory for simpler instantiation, since there are now three encryptors to chose from

PHP 7 with OpenSSL support

26 Dec 16:26
30a353f
Compare
Choose a tag to compare
  • removed mode, it was a stupid idea in the first place
  • moved encryption from main class to seperate classes
  • moved xor encryption in own encryptor class
  • moved all other encryption into legacy encryptor class
  • added openssl encryptor
  • merged suggestion for truncated parameters if they're too long
  • fixed weird bug that causes mcrypt to fail if the password for DES encryption is longer than the iv length
  • updated example.php
  • fixed bug in composer.json

1.1.3

13 Jul 12:53
Compare
Choose a tag to compare
Clean up and made it compatible to PHP 5.3