Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25398 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42356 invoked by uid 1010); 21 Aug 2006 22:35:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 42338 invoked from network); 21 Aug 2006 22:35:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Aug 2006 22:35:38 -0000 Authentication-Results: pb1.pair.com smtp.mail=iamstever@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=iamstever@gmail.com; sender-id=pass; domainkeys=good Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.166.178 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: iamstever@gmail.com X-Host-Fingerprint: 64.233.166.178 py-out-1112.google.com Linux 2.4/2.6 Received: from [64.233.166.178] ([64.233.166.178:40124] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.8 r(12602M)) with ESMTP id AA/80-31235-6353AE44 for ; Mon, 21 Aug 2006 18:35:36 -0400 Received: by py-out-1112.google.com with SMTP id c39so2594052pyd for ; Mon, 21 Aug 2006 15:35:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Erwcj+Atzhdw4hp/AkxHO0wKWOq3bDf7ROLTRV0LrQlWyrQPEfznOG0UJzHXyyw+BoQVnmQWJr8VbuWsIAZN3O/QRQqezG3FedtZGCMW3JAaXL4t5URCjVPQF6tTgXJc0qlZCvaMTlVypCGWSdHOQO4Ct7TePZDdVvwEsXIysJ4= Received: by 10.35.128.1 with SMTP id f1mr8412358pyn; Mon, 21 Aug 2006 15:35:32 -0700 (PDT) Received: by 10.35.57.20 with HTTP; Mon, 21 Aug 2006 15:35:32 -0700 (PDT) Message-ID: <57792e850608211535v7a3f993en3ff5fb5f8ef8de9e@mail.gmail.com> Date: Mon, 21 Aug 2006 15:35:32 -0700 To: "Rasmus Lerdorf" Cc: internals@lists.php.net In-Reply-To: <44D9F7E2.7030908@lerdorf.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <57792e850608081529g25f22a28wf768fcffe8801bb5@mail.gmail.com> <44D91BE0.3040303@filemobile.com> <1944df00608081956p55c161c2o8f0aa6329e682918@mail.gmail.com> <39.CC.30310.132F9D44@pb1.pair.com> <44D9F7E2.7030908@lerdorf.com> Subject: Re: [PHP-DEV] Upload progress From: iamstever@gmail.com (steve) Thanks Rasmus, that is great to hear. At some point in the past, it required a patch in PHP itself as well a extenstion. Is this still the case? I'd like to try it out with 5.2RC2 but can't find docs. Sorry to bring up an old thead, I was out of town. -s On 8/9/06, Rasmus Lerdorf wrote: > The patch to support this is in PHP 5.2 CVS now.