Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:9818 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23131 invoked by uid 1010); 11 May 2004 15:31:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 23095 invoked from network); 11 May 2004 15:31:45 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 11 May 2004 15:31:45 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.10/8.12.10) with ESMTP id i4BFViD1032606; Tue, 11 May 2004 17:31:44 +0200 Date: Tue, 11 May 2004 17:31:44 +0200 (CEST) X-X-Sender: derick@localhost To: Michael Sisolak cc: internals@lists.php.net In-Reply-To: <20040511144841.71396.qmail@web13424.mail.yahoo.com> Message-ID: References: <20040511144841.71396.qmail@web13424.mail.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] 5.0.0RC2: Why is DEBUG_FILE_UPLOAD always on now? From: derick@php.net (Derick Rethans) On Tue, 11 May 2004, Michael Sisolak wrote: > would make more sense instead. Having a form with an empty upload > field shouldn't be a PHP system level error should it? Isn't that > really something for the script to handle? Yes, the #ifdef's should be an #if... then all is well. I just committed a fix to CVS, can you please verify if that fixes it? regards, Derick