Releases: matthewpallotta/php-clamav
Releases · matthewpallotta/php-clamav
NYCC Release
Released during NYCC
Official Release
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
Updated instructions
CLI/UNIX/TCP working
This code now works via CLI scanning, local unix sockets, and tcp sockets
Updated for sockets are connecting and being read.
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
Array key in hello test was incorrect.
updated contact info
0.1.2-alpha new contact information
first package release
0.1.1-alpha fixed naming convention
0.1.0-alpha: moved link
Initial release for scanning with clamAV over a network socket. Right it only support tcp sockets locally or remote