Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:94691 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46490 invoked from network); 24 Jul 2016 22:49:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jul 2016 22:49:01 -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.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:50100] helo=mout.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C3/25-05797-CD545975 for ; Sun, 24 Jul 2016 18:49:01 -0400 Received: from [192.168.2.103] ([217.82.227.154]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MDyil-1bXHlO0Fnb-00HSQU for ; Mon, 25 Jul 2016 00:48:57 +0200 To: internals@lists.php.net Message-ID: <37ae91bd-6f07-c14b-faeb-b7ba246c43db@gmx.de> Date: Mon, 25 Jul 2016 00:49:06 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:KpsPpmKCzqFecFWog9J9P2bUrw8gkq9oZvSA7Wssy+N3t+7CHAX imA1prJVxYxtmzENBaU/+BjASsCxhTw4jR0E46AFmZ8FYdIT/jDmE/MLVCHa5JbBZKVJ0MU P+ORcOD/+tg+THWxfR9kkqLIT0gOssKSBfnsLHyXrWwe2Kf1NGHSfREZCdYHDCeJCDJzmWt a5iLGm07mzKWUZvUUdvlw== X-UI-Out-Filterresults: notjunk:1;V01:K0:ZnWvoFTkgDE=:qP/tdrUsCgvg9aWxfztDvD PJ42lyhqLXYqfGUQc5Pen6ozUvaqvWt/wXqaMMR493A/TP2YG2UFsDb7AhsDCI85N1tys4ei1 Nd7n8/RwROWiYwh+bgipHvNqT2MB5Yorv8fLTjBr6+3wwr4XRNeQGu0U0JPZ1JN2seZnbGCPS mP7caI92olwOhkKb6y6laAdeELj5N/rbaqbGjDavIGhfP9xOXfkqhnfuG8wtW2udpHSAwzndi kqpfh5CJdFgIGW670nsLObxqD7OIpDCBwQseesBuODdBXbSiZKoutzzXLTKUFhzy0pFy18Sv7 WzAfeINpuSyLO7/xYyfbsnwSdLDJo/ujM7idjC0Ap+YE+H4lhCjhc7AIxn9IuwMAuJr21Q60Y fXWeO0gJOCNGahWWxp7iFeZznO27+Q73pBAaLbEDTSQM7wLyN7RcSlyLk88rmVdM0MqAu8b7n 8Hi1eiA086hCJTFXWpTZQb0OEprfHy6bvX3F2wXg9E/Ov72FA5VyrEd7d1zkE1S/NZ0MBkZj3 cwmbr/DHTZjh7gu5nnfJ5nBEq41knQWnp2D1NMtwo9QM1vDtvFk90lzEQz5GuNNr+oBK0C9+J 2I73FwBl9428je8mm9JEe38GZCy4jXtl0Xg9Ni86PgX16VP78lTJayfRgCK2VD77ml/bYKxxn VWfSQa9Em9X9dvwjmbuMsPKH8LqLRHtlI1Fbo9skT/xj4mEenW4CQHXdCfmz55r0ALAKtBZay tx1T6tJ8wYi3J3n39NsGdHamiltkjbyLfqhUVY1/PkbOhiQnYVbn3cbvrvxDoQ16sh/pXD4e6 EqvErNY Subject: Bundled SQLlite3 From: cmbecker69@gmx.de (Christoph Becker) Hi! What's our stance on updating the bundled SQLite3? Currently the PHP-5.6 and 7.0 branch have 3.8.10.2, while the PHP-7.1 and master branch have 3.9.2 (sqlite3.h) respectively 3.13.0 (sqlite3.c). The latter would have certainly to be fixed to be consistent, but I have some doubts regarding sticking with old SQLite3 versions for supported PHP versions. After all, all minor versions at least as of SQLite 3.9.0 are "regularly scheduled maintenance releases"[1], and it appears that no bug-fixes will be published for non-current minor versions. Thoughts? [1] -- Christoph M. Becker