Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26728 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8885 invoked by uid 1010); 27 Nov 2006 20:26:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 8870 invoked from network); 27 Nov 2006 20:26:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Nov 2006 20:26:46 -0000 Authentication-Results: pb1.pair.com header.from=trickie@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=trickie@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.170 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: trickie@gmail.com X-Host-Fingerprint: 66.249.92.170 ug-out-1314.google.com Linux 2.4/2.6 Received: from [66.249.92.170] ([66.249.92.170:7363] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D5/6A-43708-FB94B654 for ; Mon, 27 Nov 2006 15:26:11 -0500 Received: by ug-out-1314.google.com with SMTP id 71so1155994ugh for ; Mon, 27 Nov 2006 12:25:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=STjvqwR8iTpEpxiNo1es0O+wVsCeQYkKUX4zJLCcaXOCpslYtIdl0semSEw3K4GAqDfae7FsbRqr7vUX/Uijsa8D3LxQhf1xmWHMAjg2g50uPbUhRUT5UTka/qivyAz1K+PxKshrih6C/TEVqk5YXRkmJJDSu6a5V55Dcy0meqU= Received: by 10.78.160.2 with SMTP id i2mr6937hue.1164659131346; Mon, 27 Nov 2006 12:25:31 -0800 (PST) Received: by 10.78.170.12 with HTTP; Mon, 27 Nov 2006 12:25:31 -0800 (PST) Message-ID: <83c2b2e00611271225t736251b6h27ce67e2c60ca667@mail.gmail.com> Date: Mon, 27 Nov 2006 21:25:31 +0100 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: [PHP-DEV] PHP 5.2.0: "Hooks for tracking file upload progress were introduced." From: trickie@gmail.com ("nick loeve") Hello, As another example an extension i maintain will scan a file on upload using clamav: http://trickie.org/code/phplibclamav.php -- Nick Loeve