Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99883 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75388 invoked from network); 17 Jul 2017 18:09:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jul 2017 18:09:42 -0000 Authentication-Results: pb1.pair.com header.from=cmbecker69@gmx.de; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=cmbecker69@gmx.de; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.de designates 212.227.15.15 as permitted sender) X-PHP-List-Original-Sender: cmbecker69@gmx.de X-Host-Fingerprint: 212.227.15.15 mout.gmx.net Received: from [212.227.15.15] ([212.227.15.15:64426] helo=mout.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/D0-02884-46DFC695 for ; Mon, 17 Jul 2017 14:09:41 -0400 Received: from [192.168.2.123] ([79.243.125.22]) by mail.gmx.com (mrgmx002 [212.227.17.190]) with ESMTPSA (Nemesis) id 0Lbd9v-1dw0ol07dT-00lDMt; Mon, 17 Jul 2017 20:09:36 +0200 To: Dan Ackroyd , "internals@lists.php.net" References: Message-ID: <8777af5c-83d2-6688-b8b1-b5898f8deda3@gmx.de> Date: Mon, 17 Jul 2017 20:09:37 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: de-DE Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:qBhn4vWIEf8ATpCKrvotcNLQpZ58HloALbsSEgUJW6EVsVPJMM3 OKVJ+fhDO27uqEO/NRfIXslkPXONj26dGlNB6ptzC7HubpMUzLEpPrtdjruCok6ehGApap4 hBWYd5I1NS4QvZ+x22EEBnmQM4WRvu76r/SOP4zKlsfV+prGR4Xt6BrmPCH6M0eN99nYYcv Sq6vm6QJ26+3BTZAebh7A== X-UI-Out-Filterresults: notjunk:1;V01:K0:z0sXOTSoIdQ=:3KeS0dJ4XAE/xrabH0Oyqp arwHpfOqzMsrYyr9DzRKFkOfX7MYk/LrMs/G+onv2NP59nL5nrBq+VFpHwf/dU22V85GdkaqY vewW0UeghWdbc863M4N5SwW97cBGQgxMTI+cqmU0Mwn9nNkVVpLQSqtw0HOq5NjtpeR1e5pF6 KeP4ODfIgr7pIvpr+vK++MKvvPIJWKnaNXR+HNF2LK3PfZQz8WNKQ77NFQxEuH/z4nLaTPqkj nrGkqS+VkAuTyXjiTWMihoK3zlFY0fFmm/bGwPK2aoe0nQ1Rv7Ty1BngVOeGcNf9150P6KJKP Thdua3gp9pf9REwv90pPDZxDy7pF+wf0VtDK6koFeoDbuXK9ghyZKtTVrIESydWT6hRSGhrNl cfCPLuF7wCQQOvKjION8v3luV/IMo0RoGSVJKlXxr54e/GM/QErhC//NhQ9OF1a26wubjkmPS WmqRRWViOL4JcipvFQB/CtDrz5+JRRNe8sfc4lWill4TNKg74CSQObJ18s8SnTV18m0tsRwPt 4+avREajjwVZo7lNbNUWriwCKYjod9gJaqalj3LAY1bLEKYRGDJFXGPef4IgdsikcKo2RNndH m8zXFK8hv9Hw3bBtdxeXxo4LpbCIFiidwh7i/Spz14OXL3CjxoNC+mzkstG4WIb8ixQLQ46DH kyvBVeoFc6I81UWp7MZgXEfXsmTHQHG4Wki08H6DMEbWXg78iNhcK9KwI5zEXUZw4nJNP2YEf p9dVPp8JNfE6asmExCNJCUgGYfPEEQxSYNqqp2V9lfuQz81nobnYbSN2VX2Q+FHbMpnjQwT6T PJp/gwxHVAoa2O9kiWVROhwyuRDPxWjL9qvUBC/nm9IgnyKbGw= Subject: Re: Bundled libraries upgrade 'process' From: cmbecker69@gmx.de ("Christoph M. Becker") 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 seems this bug occurs when PHP is compiled with the current bundled > SQLite files, which are a little out of date as they are version: > "3.15.1", date: "2016-11-04". > > Listed at https://sqlite.org/changes.html there are multiple versions > that SQLite could be upgraded to. > > * 2016-11-28 (3.15.2) - small bugfix upgrade. > * 2017-06-08 (3.19.3) - bigger upgrade that has performance improvements. > > Questions: > > 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 branches, because that could do more harm than good. If there is a known bug that affects PHP, I suggest to update only as necessary, i.e. in this case to 3.15.2, and even this should probably be discussed with the respective release manager(s). Note, that I assume that the bundled libsqlite3 is most likely used on Windows only, anyway, because Linux distros usually roll out their own. -- Christoph M. Becker