Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:104426 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 54805 invoked from network); 15 Feb 2019 04:04:02 -0000 Received: from unknown (HELO mail-ot1-f43.google.com) (209.85.210.43) by pb1.pair.com with SMTP; 15 Feb 2019 04:04:02 -0000 Received: by mail-ot1-f43.google.com with SMTP id b3so13859752otp.4 for ; Thu, 14 Feb 2019 16:47:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=Jyoia5zj9yn4QFDWa7ZoePvxuHhZ+KqBfbU7o/Pd1fY=; b=b2y8CCv03zGdSvb4GHFBiyYFW8I1tj3D7A1yH+PwQ0z7Axx2B8TCvgjvn7lKm4URRH ODcrhvd52eufFJGyoKdRzb1O9hnyafZ5DEZcFXnQOiGuIo/OLEtQYtsUkryKR4l/LUq2 w3h5bHTIJp6mTP8IzV/1odCtqv3HsjJrBDsSpR52j4JVPBLhvir+TigZnsI3ROSQq1GM d92qtMWrOsbTR0TpC3pWqIGSEPXJG8bHVXQIEAE/QGPcsJ1dzqghR8nGsrOgL2RsfLKI yPQ0PfAWpFmUP4yT+X+VFaN9lmAuAisLV+qmVHY/QnrqaKSljvKWkgNyfJNL+CEJCwqK exNg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=Jyoia5zj9yn4QFDWa7ZoePvxuHhZ+KqBfbU7o/Pd1fY=; b=NTTGpsuBuXIbgfTof1v8Kb09AoSnaBQlPwn2zreZ846nYbEHIgEP158EhjX9YkGpCi WCRn837io1fmhrskListp+YVF1S2XDI464nCc55LIgdmp/QkZ+IvgZOkgGAejniwl+LP y2/m5loGRQ2Lnp+F2gy5aWV8tds8crLgC1bRIFJ694K4/FziPknYszVHnYUeEd1tlZ03 e68DRm80Nt8fllZqtrYtyKBKDvJ+kVGI5bKcyGGl2nDx6Qldus2MUnx90QlFtzSqMCd/ KhiVeOOsnnxT34SKr8Qc9bSH2j+usAbPZnJT5fILBF//LV9qKAuoQZniL088fRXb5tQA h4wA== X-Gm-Message-State: AHQUAuaAadZMN0Uof+rKIhTrKdJRMDk4GrobzY65/9ZtjCw9NrL0T5T7 8dkK8gnprXHO0BbWBuTQFi21BRoSdWI3w915gv8= X-Google-Smtp-Source: AHgI3Ial25qImSsPNuC3UF4kLcEssA0+iYpeYm6X/VUbwEl+3M6y09QfDKyTRPgCUsln4zjC2bDKJS1VhudAJTwDQoU= X-Received: by 2002:aca:3a45:: with SMTP id h66mr4269988oia.176.1550191652723; Thu, 14 Feb 2019 16:47:32 -0800 (PST) MIME-Version: 1.0 References: <8979b982-6b55-eb81-acce-999103729e6d@gmx.de> In-Reply-To: <8979b982-6b55-eb81-acce-999103729e6d@gmx.de> Date: Fri, 15 Feb 2019 01:47:21 +0100 Message-ID: To: "Christoph M. Becker" Cc: Gabriel Caruso , PHP Internals Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Re: Old branches From: peterkokot@gmail.com (Peter Kokot) Hello, On Fri, 10 Aug 2018 at 12:54, Christoph M. Becker wrote= : > > On 30.07.2018 at 10:35, Gabriel Caruso wrote: > > > Recently, while checking some branches, I=E2=80=99ve noticed that we ha= ve really > > old branches out there in php-src: > > > > 15+ years old: > > > > - experimental/RETURN_REF > > - experimetnal/RETURN_REF_PATCH > > - experimental/pre_new_hash_func > > - experimental/zts_stdc_scanners > > - experimental/rand_redesign > > - migration/EXPERIMENTAL > > - experimental/namespaces > > - migration/unlabaled-1.67.2 > > - experimental/ZendEngine2 > > - experimental/apache_hooks > > - experimental/apache_hooks > > - migration/unlabaled-1.3.2 > > > > 10+ years old: > > > > - migration/unlabaled-1.29.2 > > - migration/INITIAL > > - migration/sqlite-start > > > > Not even 5 years old, but no commit: > > > > - str_size_and_int64_56_backport > > - native-tls > > - zend-signal-zts > > > > Not even 2 years old, but no commit: > > > > - microseconds > > > > > > Do we keep them for a reason, like history, or we should delete, remain= ing > > just the versions branches? > > In my opinion, it would be sensible to delete all useless branches, i.e. > those which are completely stale, or have no commit. > > -- > Christoph M. Becker > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > +1 Yes, please... For a better overview of these: https://github.com/php/php-src/branches/stale?page=3D12 --=20 Peter Kokot