owncloud / files_antivirus

:space_invader: virus scanner for ownCloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ICAP implementation depends on the 'sockets' PHP extension

VicDeo opened this issue · comments

I'd suggest to stay away from socket_create & co and migrate to stream_socket_client provided by PHP core package as it creates an additional dependency.

Otherwise we need to check whether sockets extension is loaded