Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39486 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29554 invoked from network); 30 Jul 2008 20:46:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jul 2008 20:46:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=krudtaa@yahoo.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=krudtaa@yahoo.com; sender-id=unknown; domainkeys=good Received-SPF: error (pb1.pair.com: domain yahoo.com from 206.190.48.209 cause and error) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: krudtaa@yahoo.com X-Host-Fingerprint: 206.190.48.209 web52606.mail.re2.yahoo.com Received: from [206.190.48.209] ([206.190.48.209:34425] helo=web52606.mail.re2.yahoo.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FA/44-60483-923D0984 for ; Wed, 30 Jul 2008 16:46:34 -0400 Received: (qmail 50234 invoked by uid 60001); 30 Jul 2008 20:46:30 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=Et/FI8rg7DLZBSO9QehTfnIOXwiDEgfWBlCMzXaE5eI3fjfixful3pCgd4RJ985f+n2bbv7NAcVSHGdWQfPNKs7XLmL3cSPH4hhHfdCi1ihLxr4EmI4B/Teyo+qMMGjLNClIJxB+5fz/G//9E1lNokQozBzCNg0XOPfFbQT65Z4=; Received: from [81.166.64.20] by web52606.mail.re2.yahoo.com via HTTP; Wed, 30 Jul 2008 13:46:30 PDT X-Mailer: YahooMailWebService/0.7.218 Date: Wed, 30 Jul 2008 13:46:30 -0700 (PDT) To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <758739.49501.qm@web52606.mail.re2.yahoo.com> Subject: Making PHP upload hooks available through session variables? From: krudtaa@yahoo.com ("Tore B. Krudtaa") Hi. I'm a web developer from Norway and new to this list. I use PHP allmost daily producing web-apps for customers in Norway. As most of you probably know Rasmus Lerdorf made som upload hooks available in PHP 5.2 some long time back. This was great news for those that wanted more control of uploads and/or wanted to give "real time" feedback to client about upload progress, and had APC installed as well. Most PHP installations does not have APC installed, so therefore the upload hooks are not available. I would like to be able to use the upload hooks without installing the APC. I would eventually like to be able to use those upload hooks using session variables. Does anybody know if there is any work going on which will enable the use of those upload hooks from a PHP installation not using APC? If no work is going on to enable usage of those upload hooks, is there anybody here that are interested in doing such work? I'm not a C developer but I can eventually test and give feedback/suggestions. I have filed a feature request for it here: http://bugs.php.net/bug.php?id=39447&edit=2 But seems like nobody are interested/have time for the request. Here is a link to upload hooks, how to (using APC): http://talks.php.net/show/torkey06/23 If this is the wrong list to post this question then I would appreciate a message telling me which list to subscribe to. Tore B. Krudtaa