Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99879 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60260 invoked from network); 17 Jul 2017 14:12:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jul 2017 14:12:25 -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.182 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.192.182 mail-pf0-f182.google.com Received: from [209.85.192.182] ([209.85.192.182:36564] helo=mail-pf0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F6/E2-29457-7C5CC695 for ; Mon, 17 Jul 2017 10:12:24 -0400 Received: by mail-pf0-f182.google.com with SMTP id q86so77100654pfl.3 for ; Mon, 17 Jul 2017 07:12:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to; bh=CPkj8O1Im3Boj0ufIFggRs+3TJzEjTy7q+JEiLd782Q=; b=2RZUtMFPdDo7PYB3HmXI0I1Pa0sO73LZm6OGSa5XgDpKb+7iRAW0S2ZwtmlkUW5/JF AqhJmGk+C83kVFEGlFT/0Y5mA0K6W5fi8AMuSlyx8fOcVFyiypgxZuuYwl7DsDCAzl+I QGrsRiI9VEODWhlyVGdOPmFf5iNJGfSzdV6EME0araV0o9UwEWRJIASXJAhfSSMmyz+/ BhRVeeEKIE6Sh+bQOp+71SWpkXc9DaSV/S/FdVv/QpV3ZtTQNeNEdSDoX5IiKCaCRfNC 7RJyImAL6wmQiLFAkvJ+kJmLYnFAzyE/XQOt7WZxNNIbQAU+o03CEK9RGhx/Y+jSp70N Ml7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=CPkj8O1Im3Boj0ufIFggRs+3TJzEjTy7q+JEiLd782Q=; b=cjdXzeHSe4XeNzDl2rvHdcnVngrXKuTXJUtItKNE/S8I7aDG7nO/ag1KQVRTgnvfHn gISBXgkSFmp+oE1G724s6vUlKXBWVS5m7UjxScLIQgUwf0F13fNdNG7PX4RmFWW6otro q5/++Kssn+ov6OSaLR/KGbwSD80MIGiOawU5nqLw838rPnhUJFysU09w3JRQ5gQ+1Z6J +2f5bAiUtQEPXvt9y5xq346695UVi8t5LE22C8k3Gw5yLjm0+W/vcoyR7va0v64wQsg/ 72XSpFm8tDEU99sNMgrhrtWxNfWEnhRklbRTvISzlSMFp/kx9XAsLJSkkJkqgqWOtr8J 55tg== X-Gm-Message-State: AIVw111MA8s1A8mAeDQT3xEU4CRzcAPXacd1mzeKuoQOViRwCwy3rDl1 biwdWRF/A43qpQtzqQDdCoL8UzaQe39Tec4cpw== X-Received: by 10.98.80.198 with SMTP id g67mr19482241pfj.146.1500300740115; Mon, 17 Jul 2017 07:12:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.186.236 with HTTP; Mon, 17 Jul 2017 07:12:19 -0700 (PDT) X-Originating-IP: [81.48.169.141] Date: Mon, 17 Jul 2017 16:12:19 +0200 Message-ID: To: "internals@lists.php.net" Content-Type: text/plain; charset="UTF-8" Subject: Bundled libraries upgrade 'process' From: danack@basereality.com (Dan Ackroyd) Hi Internals, I just investigated an alleged bug related to the SQLite3 extension. 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? 2. Can anyone see anything in the release notes that would be a problem for upgrading past 3.15.2 ? 3. Do we have a process for getting feedback from users about whether a proposed upgrade would cause problems, other than doing the upgrade and shipping it? I can't see anything listed in the SQLite release notes that would cause a problem.....but that's obviously not the same as being sure an upgrade wouldn't cause problems. cheers Dan Ack