Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67524 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72205 invoked from network); 25 May 2013 17:41:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 May 2013 17:41:05 -0000 Authentication-Results: pb1.pair.com header.from=ralph@ralphschindler.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ralph@ralphschindler.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ralphschindler.com from 209.85.219.51 cause and error) X-PHP-List-Original-Sender: ralph@ralphschindler.com X-Host-Fingerprint: 209.85.219.51 mail-oa0-f51.google.com Received: from [209.85.219.51] ([209.85.219.51:63038] helo=mail-oa0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D5/98-25010-0B7F0A15 for ; Sat, 25 May 2013 13:41:04 -0400 Received: by mail-oa0-f51.google.com with SMTP id f4so7470789oah.10 for ; Sat, 25 May 2013 10:41:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding:x-gm-message-state; bh=MQuuRGFmD9sHQFkNi6+cwtWa5e8/XJXRSkQtDXDjmJI=; b=jY9mlC98NWrJ5jtK3uRmg8jeKHZlk8ka46gYL9pVPx/MwTRrfXAYlF3Xf2Li3bErgB zq6+l9FlEvo4KzkZ0b94DdZlztASza2MdciZ99kwtj6Y3uZB4HiHORDc4B/qOTXxcQTs 8kVfDDBBMc7W3pBnJLfr7HBc6QYDEAUoS4Vgm5s2OSAHDE3wLVZwYGCbv5Bv70Ok2jTB nyaEitdoXrbzC1T6EToo88Gv8H2EpYoorp6A60ZMfphG8n44RwnhkJfkvXUK2emVr2r6 9OWPuydK2JbTah0IY2VJEyLdBhNzZcNLdtTqnH0JiskAjRlG2QYwf8gPsxgfUQvSokH4 46IQ== X-Received: by 10.60.162.70 with SMTP id xy6mr15100306oeb.117.1369503661600; Sat, 25 May 2013 10:41:01 -0700 (PDT) Received: from [172.16.1.107] (ip174-73-14-247.no.no.cox.net. [174.73.14.247]) by mx.google.com with ESMTPSA id x10sm23036973oes.6.2013.05.25.10.41.00 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 25 May 2013 10:41:00 -0700 (PDT) Message-ID: <51A0F7AA.7050802@ralphschindler.com> Date: Sat, 25 May 2013 12:40:58 -0500 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.9) Gecko/20061207 Thunderbird/1.5.0.9 Mnenhy/0.7.4.666 MIME-Version: 1.0 To: internals Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQm0/WVHck+bWWkBTMOgbvD9D/KuLe6tCR9kiUJ258ZG0te203f4YqXynOjGoJSN2Txo5447 Subject: Maintaining Phar From: ralph@ralphschindler.com (Ralph Schindler) I've asked previously (http://marc.info/?l=php-internals&m=132096254304189&w=2), but have not given commit karma for the phar extension. I've fixed a couple of bugs, and the last one has been sitting in the PR queue for months. https://github.com/php/php-src/pull/297 I've had a couple of conversations about the fix, and am will to have more if that is what needs to happen. I'd like to get closure on this, if for no other reason, to at least feel like these contributions are not going by the wayside. I'd also like to get commit karma for phar- I'm not sure what more I'd need to do for this. -ralph