Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95662 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7710 invoked from network); 5 Sep 2016 17:28:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Sep 2016 17:28:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=cmbecker69@gmx.de; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=cmbecker69@gmx.de; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.de designates 212.227.15.19 as permitted sender) X-PHP-List-Original-Sender: cmbecker69@gmx.de X-Host-Fingerprint: 212.227.15.19 mout.gmx.net Received: from [212.227.15.19] ([212.227.15.19:60895] helo=mout.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DB/75-45301-32BADC75 for ; Mon, 05 Sep 2016 13:28:05 -0400 Received: from [192.168.2.103] ([79.243.115.246]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0MH0eg-1bugwA2OWY-00DosI; Mon, 05 Sep 2016 19:27:56 +0200 To: Remi Collet , PHP Internals References: Message-ID: <73664110-6520-6e04-0a43-87a4f91fdf5f@gmx.de> Date: Mon, 5 Sep 2016 19:28:20 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:ELO3O2CK929zXLmUgSl1uJhld3AKdqmk4DY2JAP+o4qYy67HlPo FqYZ8yyiASkfdht5zYfhxqq0lYCmLYgm25/y5p8zBzyz5zS0p/V5WCdFk9MxL3I5O66ZM8C VyLd79ahR5mYU8zAheE33OR4ODAPKeHCktVl5y3Eej+0QjuL8VopG6Z3CRLdFsFdRbHO7dT iZYFa/+pXL5xWRNTtZpWA== X-UI-Out-Filterresults: notjunk:1;V01:K0:30QdqHnu9LA=:nR07H//yu7BRQNvt8vq2U8 zyj/g2sFe28hE2UmN/ml9PJWO9mgG/E5tNbimpbbMee4it3wZdmtzx2L+yCleqeSxzOMcA+bW u4PPmhD9LrKl3sV0+4roKgzISr8WX8kOU/4yws8Q9Tpsi2HGozZLGT82A+j8UFnQ3ZnRp6SSV tTzZ9LMnKrch2jxLpX/9VOmR3uRSJNc2yTsF8wDIlKR58O02Or+pq7i93NDNBXY4DmaD2KH9m Iu6anLIcrah4/VAOThrEa9+3PJkfIylmfyWyxM4uTc85/KnSeZYTKMjXZrc7EfYePgphkd57O ZaJIayJyYjb0PkPXn2t/DHVOg54OdzHy8MT3tv0h5wpC+LxlhXIehEV3ZOC6C9U4zxo5KMHrN ip86KsjfTDcLFj9t9H40UCXg8JdlBDyj5/YWQuInhDieuLvhn3DzC0OZKNYc0H7fuD+x2XVIe Yyq+jWvkxIHtev91FkYsdIu4lCXSzvMegXTu0xAmk4nAHx5D709ifXO4e4UVEBkn5HNHQAxs+ bRTD4p0w20EMosJcJUIrB9dgdyxM/+oiJn6G+QTxMcFoJy0EKBv9louMMnvhz31xheCB+SoRG Zm6B+aNHlreMi4S27LH/92i+5FXODfYJJnz+OiucLeCzMcptjLq+28492mffQ8tSSpD8D7lef PDg93wS4jeBPypu1wHmlj0ktSMAZCKvsEDm2r5K4zwCvsLCg3HPTKqf2DsdSaGqQFT+RjNwAj MXXmMOjO2FNSDRf/cR/P9dqeUDgdARjEHV+OGDwJLfFspDOq2YVgp4QvQjvM3Pj+38t7KGGWH KGZijir Subject: Re: [PHP-DEV] How to properly fix issues in ext/zip? From: cmbecker69@gmx.de ("Christoph M. Becker") On 05.09.2016 at 18:40, Remi Collet wrote: > Le 05/09/2016 à 18:23, Christoph M. Becker a écrit : > >> I've stumbled upon and could fix it, but >> I'm not sure whether the fix should be applied to php-src/ext/zip or >> rather against PECL/zip (i.e. ). >> >> So, which repo is the "master" – ext/zip or PECL/zip? > > Both should be updated. > > At least php-src. > > I usually take care to keep pecl/zip synced, but of course if you can > also do it, you are very welcome. Okay, so I take it that updates should go to php-src/ext/zip first. That suits me fine. If it is helpful for you, I can file respective issues for any updates I'll do to php-src/ext/zip. > pecl/zip allow to run latest version (using latest libzip) with older > PHP version. Yes, I know, and I think it's good this way. :-) -- Christoph M. Becker