Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11249 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28025 invoked by uid 1010); 15 Jul 2004 09:55:38 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 27969 invoked from network); 15 Jul 2004 09:55:38 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 15 Jul 2004 09:55:38 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.11/8.12.11) with ESMTP id i6F9tbhi031445 for ; Thu, 15 Jul 2004 11:55:37 +0200 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.11/8.12.11) with ESMTP id i6F9tWFq031433; Thu, 15 Jul 2004 11:55:32 +0200 Date: Thu, 15 Jul 2004 11:55:33 +0200 (CEST) X-X-Sender: derick@localhost To: php-internals@lists.php.net cc: internals@lists.php.net In-Reply-To: <20040714211247.GF5250@mail1.thewrittenword.com> Message-ID: References: <20040714211247.GF5250@mail1.thewrittenword.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at jdimedia.nl Subject: Re: [PHP-DEV] Backport of PHP 4.3.8 security patches to 4.3.7 From: derick@php.net (Derick Rethans) On Wed, 14 Jul 2004, Albert Chin wrote: > Is the following patch correct in addressing the security fixes from > 4.3.8 for 4.3.7? Why would you want to do this? 4.3.8 is exactly 4.3.7 + all the security patches. Backporting makes absolutely no sense as you'd be re-creating 4.3.8. Derick