Skip to content

Releases: matthewpallotta/php-clamav

NYCC Release

07 Oct 02:47
Compare
Choose a tag to compare

Released during NYCC

Official Release

08 Sep 00:16
Compare
Choose a tag to compare

This release pings the socket before every attempt to make sure it is still available to send packets to. If the PING does not respond, a message is returned that ClamAV is not alive.

Instruction release

05 Sep 14:33
Compare
Choose a tag to compare
Instruction release Pre-release
Pre-release

Updated instructions

CLI/UNIX/TCP working

05 Sep 01:50
Compare
Choose a tag to compare
CLI/UNIX/TCP working Pre-release
Pre-release

This code now works via CLI scanning, local unix sockets, and tcp sockets

Updated for sockets are connecting and being read.

04 Sep 20:58
Compare
Choose a tag to compare

fread and fgets was taking a long time to read when chunks are being sent to ClamAV socket. ClamAV does not respond so created an additional variable for socket->send($socket, $chunk, $end). Send $end=1 will tell stream_get_content to listen to the socket.

fixed hello array key

29 Aug 17:36
Compare
Choose a tag to compare
fixed hello array key Pre-release
Pre-release

Array key in hello test was incorrect.

updated contact info

29 Aug 14:23
Compare
Choose a tag to compare
updated contact info Pre-release
Pre-release
0.1.2-alpha

new contact information

first package release

29 Aug 14:09
Compare
Choose a tag to compare
first package release Pre-release
Pre-release
0.1.1-alpha

fixed naming convention

0.1.0-alpha: moved link

29 Aug 13:42
Compare
Choose a tag to compare
Pre-release

Initial release for scanning with clamAV over a network socket. Right it only support tcp sockets locally or remote