php-clamav
Description
PHP ClamAV - ClamAV Interface for PHP5 Scripts PHP-ClamAV is a PHP5 extension that allows to incorporate virus scanning features on your PHP5 scripts. It uses the Clam AV API for virus scanning.
php-clamav Web SiteFeatures
- Extend your PHP code with antivirus file scanning
- Support ClamAV 0.95.x to 0.97.x
- Support PHP >= 5.x
- Support for DEB and RPM building packages
User Ratings
User Reviews
-
Installed without a hitch on CentOS5 x86 Xen DomU running PHP 5.2.14 (upgraded using RPMs). The problem is the clamav virus database gets loaded into *each* Apache process. That means memory usage per process has jumped from ~16MB, to ~170MB!! COMPLETELY unacceptable. However, I think the project can be recommended if it can be made "production" ready.
-
really useful!!!!
-
Using it since a whole while in Debian and love it. But PHP 5.3.x was going mad to disable dl() so the ClamAV Sigs are always loaded in each Apache2 process.