Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13814 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51323 invoked by uid 1010); 10 Nov 2004 16:39:24 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 44652 invoked from network); 10 Nov 2004 16:37:40 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 10 Nov 2004 16:37:40 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.11/8.12.11) with ESMTP id iAAGbdO8003090 for ; Wed, 10 Nov 2004 17:37:39 +0100 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.11/8.12.11) with ESMTP id iAAGbaeo003080; Wed, 10 Nov 2004 17:37:37 +0100 Date: Wed, 10 Nov 2004 17:37:36 +0100 (CET) X-X-Sender: derick@localhost To: "ilya77@gmail.com" cc: PHP Developers Mailing List In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at jdimedia.nl Subject: Re: [PHP-DEV] [PATCH] Bug #30743 - proc_close() causes a handle leak From: derick@php.net (Derick Rethans) On Wed, 10 Nov 2004, ilya77@gmail.com wrote: > I'm sorry, I'm a bit new to CVS, so I don't yet know how to produce a > unified diff. A command-line sample would be great - I'm learning > fast. > In fact it's my first time with PHP internals sources. Put this in ~/.cvsrc: upd -dP diff -upNw and run "cvs diff" again. PS: Please always use reply-all! regards, Derick