Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95009 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17708 invoked from network); 10 Aug 2016 14:01:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2016 14:01:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:42848] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 23/82-05841-BB33BA75 for ; Wed, 10 Aug 2016 10:01:34 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id F16E3782FA0; Wed, 10 Aug 2016 16:01:28 +0200 (CEST) Received: from w530phpdev (p579F352C.dip0.t-ipconnect.de [87.159.53.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id B38CA782F8E; Wed, 10 Aug 2016 16:01:26 +0200 (CEST) To: "'Christoph M. Becker'" , References: In-Reply-To: Date: Wed, 10 Aug 2016 16:01:23 +0200 Message-ID: <036401d1f30f$afa85a40$0ef90ec0$@belski.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQJbEaE//F5lW0cR7swmVABvraDmAJ8v+sVg Content-Language: en-us Subject: RE: [PHP-DEV] SQLite 3.14 From: anatol.php@belski.net ("Anatol Belski") Hi Christoph, > -----Original Message----- > From: Christoph M. Becker [mailto:cmbecker69@gmx.de] > Sent: Monday, August 8, 2016 11:23 PM > To: internals@lists.php.net; Anatol Belski > Subject: [PHP-DEV] SQLite 3.14 >=20 > Hi! >=20 > SQLite 3.14 has been released today. It brings some improvements and = new > features, and fixes a few bugs, see > . >=20 > I think PHP-7.1 should be updated, but I'm not sure about PHP-7.0, = even though I > found no regression when running the sqlite3 and pdo_sqlite test = suites with > 3.14 on Linux and Windows under a current PHP-7.0. >=20 > Anatol, what do you think? >=20 As long as 7.1 is still in pre cycle, it'd be cheap to upgrade there = first. If there are no issues, we're safer to backport this SQLite = version into a lower PHP branch. Thanks Anatol