Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99886 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14128 invoked from network); 18 Jul 2017 08:42:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2017 08:42:34 -0000 Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 209.85.192.179 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.192.179 mail-pf0-f179.google.com Received: from [209.85.192.179] ([209.85.192.179:34403] helo=mail-pf0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2F/43-02884-6F9CD695 for ; Tue, 18 Jul 2017 04:42:31 -0400 Received: by mail-pf0-f179.google.com with SMTP id q85so8202538pfq.1 for ; Tue, 18 Jul 2017 01:42:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ZDmzF3cKOl4yJr13SE3rcVD2F+i1iQv9JfkWmVGNbEE=; b=0KGtTFc0EjTN4wcQ9F0cMjqxS3uuOA6CaQs2A885U2tSxfnGE79jfK9eGzmRrFPJfZ up9FUjl5sseaTocJfsIRx7k88oTpROvDKsv2wOZpA2F/L5csxtAEdNwl/EHVFNwUsqVY FujrXi5jeKN1dc87MCc20Vjh5vfwwfYRVNNekjFIO2TUu16Gpu2KpmKnVclF68gYmNC2 MGDO/T9DLTiIeZVitxpi5LG4GHOjCGdAssryuv5d7ejcAwV2MYNxg1agKu8pqQFYCCnc QZWUBwLq4g4883zWTlg75GGAbUUFKPvWXhEZQxh2PtgziF5jwwvob0zLbipIrk3+CekN 88sg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ZDmzF3cKOl4yJr13SE3rcVD2F+i1iQv9JfkWmVGNbEE=; b=pqwi9S/zKzmEIdDl3x/SEXfLM45Yd/N1BLTtogop7zrbiQOJA96niI8MEq8gQsRFP1 YfoP+8V2Xml9OQ68SptqXJkIuypVvZZ65FR+/ab360J/ZzCZ+6LpyD6MEPxveytKJ/7i DAzN1JiVJPeBXwOBs/U4ECrFpd1kY+qJ9kDoZpXU02GjysuZkhRxspbi52s2nN9IHLPR smcl933McAVeW4DeJVeUfUCB3cOubBYMepSe4tldKNomzfrSczz/utfIEr75ffDtr/sn ZMgcO6agfepL2otBbol6ZrKTP/v4dCcit5+mGxKO+ir4uoYsjBZstg/HukNJYYcrUg3Z WvAg== X-Gm-Message-State: AIVw1129yz724UAiWfwsvQuglujV4dLif1vCoGALbzOWd0cF8PYLzvBk To2DkAo3A67QLg1Ii0j7deyVXmjlJpNX X-Received: by 10.98.214.28 with SMTP id r28mr528033pfg.156.1500367348408; Tue, 18 Jul 2017 01:42:28 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.186.236 with HTTP; Tue, 18 Jul 2017 01:42:27 -0700 (PDT) X-Originating-IP: [81.48.171.204] In-Reply-To: <8777af5c-83d2-6688-b8b1-b5898f8deda3@gmx.de> References: <8777af5c-83d2-6688-b8b1-b5898f8deda3@gmx.de> Date: Tue, 18 Jul 2017 10:42:27 +0200 Message-ID: To: "Christoph M. Becker" Cc: "internals@lists.php.net" Content-Type: text/plain; charset="UTF-8" Subject: Re: Bundled libraries upgrade 'process' From: danack@basereality.com (Dan Ackroyd) On 17 July 2017 at 20:09, Christoph M. Becker wrote: > On 17.07.2017 at 16:12, Dan Ackroyd wrote: > >> I just investigated an alleged bug related to the SQLite3 extension. > > Can you please report the bug and assign it to me. I can't promise that > I'll be able to fix it, but I would take a look. > It's already been reported and fixed upstream. Reported 'bug': https://bugs.php.net/bug.php?id=74883 Fixed in commit: https://www.sqlite.org/src/info/f27b6370407842e2 So actually, the fix won't be available until we upgrade to 3.20.0, which should be released in 2 days, according to https://www.sqlite.org/draft/releaselog/current.html >> 1. Do we have a process for deciding whether to upgrade bundled libraries? > > Nothing strict. Since several months I'm keeping master and pre-release > branches up to date with current SQLite3 releases. I do not touch GA All sounds sensible. cheers Dan Ack