Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:99880 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65265 invoked from network); 17 Jul 2017 16:05:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jul 2017 16:05:07 -0000 Authentication-Results: pb1.pair.com header.from=ryan.jentzsch@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ryan.jentzsch@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.178 as permitted sender) X-PHP-List-Original-Sender: ryan.jentzsch@gmail.com X-Host-Fingerprint: 209.85.220.178 mail-qk0-f178.google.com Received: from [209.85.220.178] ([209.85.220.178:35402] helo=mail-qk0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6A/53-29457-E20EC695 for ; Mon, 17 Jul 2017 12:05:02 -0400 Received: by mail-qk0-f178.google.com with SMTP id p73so60941115qka.2 for ; Mon, 17 Jul 2017 09:05:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=/cJQiWyW4QZXc4DUaW/VF7nzqMZAmHZVGt/52yr5zOw=; b=q/9Kug2+NfMrr4F6OaqfHVev5fmQDVDLNqu/D/8Qs8oVKhDTKp5kksaCWczyUlA7K+ MdsYuGLf6oc6+MUaMN985oGpkKWQvrjxtIjY3NjXlrtJMUE3XCwRgjyCPWk1PPbfpK0z +NF9uNOOk/F3y4aiODJv5NAUrerIymeU77iTO5pLcfbADqCiRgUfWhQXRyOWzs7E+5+Q e+KCcoJKiLT07OCqDiMstI1K8o5NwUtREGCWy1TyQYhcqGni0RhmpburCd5uA92Yy2J3 VyOuFAcc/hsrHqtdv+2dpLmJdfso69Egopp1iGCNHDZePFPVeJlWrAQhIvg2T1kMFy9R AoSg== 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=/cJQiWyW4QZXc4DUaW/VF7nzqMZAmHZVGt/52yr5zOw=; b=CZirbzZ7wG3/Lr6jGq8oBd/bT+XI3b3fj4nvZFVyW5FPGDK0DbdHtnTre0hOH4Knfe 08rrg0wChcxdRyZ2HvX1g1YvCep59IaZYAMR6rvPGOHRkxxeKvvPvW03InmCM0nC8sSe k+W578M5QMAv+gDhmL0CbBz8JNehh4fikC5LK5gst9mDivkxNPPCpLPrrjWdzcg3G4Zn 5DNnNJzlItd24q3clzakbPY3PW45KYwulMP50SWggccUoPO3fDHUPdptz5axTYomEooE 89jIePa8bDptvKL4Urg1RwzAV2BcgulkK5iE/P2C0vAt0ce/K9wcMpLkK95iVO3n24D7 G8/g== X-Gm-Message-State: AIVw112Y+aM3jq5MfMHX6VdQ8MaU3/nv3TUsnokK0Ky74+8VxEk1G+zd 4fP9qHZkjiEptDD4NQAbajMERkIzng== X-Received: by 10.55.64.73 with SMTP id n70mr26591229qka.35.1500307499861; Mon, 17 Jul 2017 09:04:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.200.51.148 with HTTP; Mon, 17 Jul 2017 09:04:29 -0700 (PDT) In-Reply-To: References: Date: Mon, 17 Jul 2017 10:04:29 -0600 Message-ID: To: Dan Ackroyd Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary="001a1148b410954cce0554858f87" Subject: Re: [PHP-DEV] Bundled libraries upgrade 'process' From: ryan.jentzsch@gmail.com (Ryan Jentzsch) --001a1148b410954cce0554858f87 Content-Type: text/plain; charset="UTF-8" This may be a dumb question...I was under the impression that including the config switches for the databases such as MySQL, SQLite, Postgres, etc. that ONLY the PDO bindings are included NOT the database client itself. Is this the case with the exception of SQLite? In other words is the version of MySQL that is bundled with PHP also built when I build from source? Or am I misunderstanding this whole issue? - Ryan On Mon, Jul 17, 2017 at 8:12 AM, Dan Ackroyd wrote: > 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 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --001a1148b410954cce0554858f87--