Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11256 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87967 invoked by uid 1010); 15 Jul 2004 11:20:42 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 87837 invoked from network); 15 Jul 2004 11:20:41 -0000 Received: from unknown (HELO jdi.jdimedia.nl) (212.204.192.51) by pb1.pair.com with SMTP; 15 Jul 2004 11:20:41 -0000 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.11/8.12.11) with ESMTP id i6FBKfxe008291 for ; Thu, 15 Jul 2004 13:20:41 +0200 Received: from localhost (localhost [127.0.0.1]) by jdi.jdimedia.nl (8.12.11/8.12.11) with ESMTP id i6FBKcAp008281; Thu, 15 Jul 2004 13:20:39 +0200 Date: Thu, 15 Jul 2004 13:20:38 +0200 (CEST) X-X-Sender: derick@localhost To: Kamesh Jayachandran cc: internals@lists.php.net In-Reply-To: <1089889406.29086.200412910@webmail.messagingengine.com> Message-ID: References: <1089817928.30144.200349852@webmail.messagingengine.com> <1089872437.29414.200401086@webmail.messagingengine.com> <1089886118.18783.200410342@webmail.messagingengine.com> <1089889406.29086.200412910@webmail.messagingengine.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] Info needed From: derick@php.net (Derick Rethans) On Thu, 15 Jul 2004, Kamesh Jayachandran wrote: > Hi Derick, > Now I have corrected it and removed the white spaces whereever not > required. > Can you verify the same and commit my changes. > You can get them at, > http://puggy.symonds.net/~kameshj/zendnetwarepatches.tar.gz One tip for next time, you can also just make ONE patch for all files, by doing something like: diff -u Zend Zend.netware (of course, you need to have to seperate directories for it). But this does make things much easier. I'll have a look now. regards, Derick