Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95310 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21942 invoked from network); 19 Aug 2016 13:32:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Aug 2016 13:32:41 -0000 Authentication-Results: pb1.pair.com header.from=me@daveyshafik.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=me@daveyshafik.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain daveyshafik.com from 209.85.218.52 cause and error) X-PHP-List-Original-Sender: me@daveyshafik.com X-Host-Fingerprint: 209.85.218.52 mail-oi0-f52.google.com Received: from [209.85.218.52] ([209.85.218.52:34918] helo=mail-oi0-f52.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B5/FF-17996-57A07B75 for ; Fri, 19 Aug 2016 09:32:38 -0400 Received: by mail-oi0-f52.google.com with SMTP id 4so63415482oih.2 for ; Fri, 19 Aug 2016 06:32:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=daveyshafik-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=h0qSf7497HdurBTyDEn0iRQOqnJrtmErVYGPgtpirFo=; b=OCuVkIWtkMHCp97RP3hfJH49kpEwxnogxjQK37ZXEUPMjn/kYYp98Q1kQjYkp6SYqA RJDqgrRicLW1rZP7R9fllRcTF0kWvP9KHuFaFQIwt6Jbg8iIFH3grYN5kYiunyUaC2NB hdr8d385QIrm8oSAuVzwBDykkukh2tprO6C4XZJuXRS9JQXzsCgq5N4R6RdIEAsR5UQv mGXfAk2Z+6tbCMUKFPTwgOnju/skIQilR58UKxgoKelCPn2Lu92bym5JfI7Wvg4QNDQW fD/BQR0U1whO8hcVnU7JLW8Zy6Gow0wevdsxNRQfNXu7/Xh1NcnzIWvGP2Uc7cUDbNQ+ cp2w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=h0qSf7497HdurBTyDEn0iRQOqnJrtmErVYGPgtpirFo=; b=HHlN5SNPD3V6VZoHcNl1KGOA3ibXM4kYzYAxBlJ1w01kqXugTIcI/hRzHcYDqpSMZy o+msukS4U6vrK5/QlGeFNExGM5Fol28iOAXlV1zU0I5mebj9uVAInFVAAyP+NeB2E3pe 7LI03z9PZmm4x1aRJW0fsks7y98HRzMgtqCI2eT8YV5X8nzLbNddiOzS+ExiGVuGPxSV s/LRlmwXkut0vyXeayq5XT1laDyax8y1y9CmFxQASYoO54lWE/mvCTjOn9PcFrbAAv0V 2SSdd78RUBp3OgjeBFFklWVtKi8SY42oMBhDoOI/tukUh4FX0C2dwduLCigySXSE3RyD b+lA== X-Gm-Message-State: AEkoousXFd+oYrUmG1qjOQMxWX3lddEG5YzpAK7yFh1P2iFrHcbVTqA3L05rOdU07ejTP43pLRMvxZOyyaoziWb6 X-Received: by 10.157.46.119 with SMTP id c52mr5043406otd.6.1471613554454; Fri, 19 Aug 2016 06:32:34 -0700 (PDT) MIME-Version: 1.0 Sender: me@daveyshafik.com Received: by 10.182.40.136 with HTTP; Fri, 19 Aug 2016 06:32:33 -0700 (PDT) In-Reply-To: <3dc2f23a-c4fb-a63d-ab7f-fa841091b313@gmx.de> References: <036401d1f30f$afa85a40$0ef90ec0$@belski.net> <3dc2f23a-c4fb-a63d-ab7f-fa841091b313@gmx.de> Date: Fri, 19 Aug 2016 23:32:33 +1000 X-Google-Sender-Auth: 0D9vQzbqsCMzCXjEyNU6FJlDcy0 Message-ID: To: "Christoph M. Becker" Cc: Anatol Belski , "internals@lists.php.net" Content-Type: multipart/alternative; boundary=001a113d1334293220053a6cbb3a Subject: Re: [PHP-DEV] SQLite 3.14 From: davey@php.net (Davey Shafik) --001a113d1334293220053a6cbb3a Content-Type: text/plain; charset=UTF-8 Hey Christoph, I saw this failure while packaging 7.1.0beta3, and assume it might be related to your update: FAIL SQLite3 open_basedir checks [ext/sqlite3/tests/sqlite3_21_security.phpt] ========DIFF======== 006- 007- Warning: SQLite3::__construct(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (.) in %ssqlite3_21_security.php on line %d 008- Exception: open_basedir prohibits opening %s in %ssqlite3_21_security.php:%d 009- Stack trace: 010- #0 %ssqlite3_21_security.php(%d): SQLite3->__construct('%s') 011- #1 {main} ========DONE======== Can you please look into this in time for RC1? Thanks, - Davey On Thu, Aug 11, 2016 at 12:08 AM, Christoph M. Becker wrote: > On 10.08.2016 at 16:01, Anatol Belski wrote: > > > 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 > >> > >> Hi! > >> > >> SQLite 3.14 has been released today. It brings some improvements and > new > >> features, and fixes a few bugs, see > >> . > >> > >> 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. > >> > >> Anatol, what do you think? > >> > > 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. > > Sounds reasonable, Anotol. Thanks. So I'm going to update 7.1+ ASAP. > > -- > Christoph M. Becker > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > --001a113d1334293220053a6cbb3a--