Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47766 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27486 invoked from network); 3 Apr 2010 06:09:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Apr 2010 06:09:51 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.220 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.218.220 mail-bw0-f220.google.com Received: from [209.85.218.220] ([209.85.218.220:40849] helo=mail-bw0-f220.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9B/73-01647-EABD6BB4 for ; Sat, 03 Apr 2010 01:09:51 -0500 Received: by bwz20 with SMTP id 20so1862013bwz.12 for ; Fri, 02 Apr 2010 23:09:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=qrbPfTZZOsAGNV026mE/YiTfNCZEPpFBKipHAJAI5Z0=; b=d/USG0KkOPRQv0tiXqOLd5rg9gptgdjdhPc0ZjKeZERwtu68SrSYmYH+G3C5qc1SW0 1Iuh7vpZYa5qgDI0gSpKJqtxpEu0ud4tpie9lA7KMaw8KY1zKtpeCImNXjweg3ipQ6t/ 8VSEuMdY9qagDlcC4fLs8I6v2x1sPl4zQzKWU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=xHwSDpzzvpS/8Tt/qivl7M2VEUFUBq30VydBiE5tLB5YxJ/68UMPCnAebp8F22iqNW tTPXWc2ov1hEbDTO1DntDFJPdNpDdDR6RqCrS4/lUqOq+4VThlvSOL8qGXFND0ygcngN SWaNMMzSBRRAdJ0kJ0rzz+3YgWr8IQeYLNLVc= MIME-Version: 1.0 Received: by 10.204.79.143 with HTTP; Fri, 2 Apr 2010 23:09:44 -0700 (PDT) In-Reply-To: References: Date: Sat, 3 Apr 2010 08:09:44 +0200 Received: by 10.204.85.73 with SMTP id n9mr3850267bkl.71.1270274984971; Fri, 02 Apr 2010 23:09:44 -0700 (PDT) Message-ID: To: Lonny K Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=0016e6d9728a3f0d7c04834ef1b5 Subject: Re: [PHP-DEV] SVN Revisions From: tyra3l@gmail.com (Ferenc Kovacs) --0016e6d9728a3f0d7c04834ef1b5 Content-Type: text/plain; charset=UTF-8 On Sat, Apr 3, 2010 at 4:59 AM, Lonny K wrote: > I have SVN public access and I'm trying to find the revisions that were > made > in http://bugs.php.net/bug.php?id=42838 > There are no tags on array.c for this bug and the diff link that was posted > in the report no longer exists. > I cannot see a way to tell what changes were made to what files for this > bug. Can someone point me in the right direction on how to look up the > diffs? > > Thanks. > http://svn.php.net/viewvc?view=revision&revision=252899 http://svn.php.net/viewvc?view=revision&revision=252900 http://svn.php.net/viewvc?view=revision&revision=252901 http://svn.php.net/viewvc?view=revision&revision=252902 http://svn.php.net/viewvc?view=revision&revision=252903 The last commit containts the actual modification. Tyrael --0016e6d9728a3f0d7c04834ef1b5--