Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95304 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7351 invoked from network); 19 Aug 2016 11:00:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Aug 2016 11:00:18 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.51 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.218.51 mail-oi0-f51.google.com Received: from [209.85.218.51] ([209.85.218.51:33202] helo=mail-oi0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 32/8D-17996-2C6E6B75 for ; Fri, 19 Aug 2016 07:00:18 -0400 Received: by mail-oi0-f51.google.com with SMTP id c15so58625062oig.0 for ; Fri, 19 Aug 2016 04:00:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=NDGoRWwutJsspBQfn2j5qQnuDKPzJF2riFeMkZW3WKU=; b=xeggQOG93oakRtDe5JZIjaU0lzX75ZVLM8w6PpvL82hlRmphnxk/dt1jEZAQPuvdzB t+xfL44CNHkIKEggWb1OAokQxpUrsoqMA2x0ntLImjNLGmZCLVwd76jOn7cYi54zbQRj as3shhKYwdU1kAhe51y5fmJc/XqTKZ1GhuT4YYfxpgXUMp6VTJZQYVTEAdwqjKlAIErm LRX+qE96Lt53rz7t4llavcCihXi9qnOXRFO5xOr5yuhM1cqSBzko1tGGEbr9dB/IK0bq 5Azv0C5giUiHWa50RamVihO5UtE1gHKSEzSHcjfimLsrzjxcMAr70PlRu5MqIcQGZGJI XdJg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=NDGoRWwutJsspBQfn2j5qQnuDKPzJF2riFeMkZW3WKU=; b=f5H3KlSz4yjTcuzN7hSV5NfXQlkDxT+7IyjUEZkGXnqcjiKjXRBnetdW/jFjOzdkBK wQP61Rhk3UkH/BgqDuVi21uTp0ZP/DyryJhDR6s4HonoE5pi/G4o34SdBHxRIp5SFUhY pb3btq916/6drGRbux55rjKRXmhSx2Kc/qDd3nRvSkW8awed/3s4fzUqAuK5bSBRU3EC k2/Z8M56zxERejzfrOC7PD2Ejee6vjk22AIBqZArH4BuNxtZU4eWwoo7IUjLGuGdWebV GSQwsDrkswKZeOm9wTxx3h6oBX0/8zcfLsb6ZFTlWuamHjaM7bEM9qzyGdPFMYz9yyA2 fIxQ== X-Gm-Message-State: AEkoouusYStklto4NKYjPWEW1QsNsdwTJwbGTPVON4oiECw9aC5hV+J4O4HkhGA7lhKuI1u8VrrWuqN8zX1Smg== X-Received: by 10.202.84.195 with SMTP id i186mr4226154oib.200.1471604415569; Fri, 19 Aug 2016 04:00:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.53.135 with HTTP; Fri, 19 Aug 2016 04:00:13 -0700 (PDT) Received: by 10.202.53.135 with HTTP; Fri, 19 Aug 2016 04:00:13 -0700 (PDT) In-Reply-To: References: Date: Fri, 19 Aug 2016 18:00:13 +0700 Message-ID: To: Christoph Becker Cc: PHP internals , Kalle Sommer Nielsen , Stanislav Malyshev Content-Type: multipart/alternative; boundary=001a113de35270a56c053a6a9afe Subject: Re: [PHP-DEV] [RFC] orphan extensions cleanup From: pierre.php@gmail.com (Pierre Joye) --001a113de35270a56c053a6a9afe Content-Type: text/plain; charset=UTF-8 On Aug 18, 2016 8:03 PM, "Christoph M. Becker" wrote: > > On 18.08.2016 at 01:32, Kalle Sommer Nielsen wrote: > > > 2016-08-15 7:53 GMT+02:00 Stanislav Malyshev : > >> Please comment and discuss! > > > > What about adding the following: > > ext/dba > > > > As for DBA, this extension have not really seen any major updates or > > anything since 2009 when the Tokyo Cabinet support was added (PHP > > 5.3), is this still used largely or? > > I don't know, but most certainly not on Windows. I had a look at > ext/dba, because I like that we have it bundled, but got 3 failing tests > (flatfile and inifile), which might be caused by running in a Vagrant > box on NTFS. So I tried to compile on Windows, just to learn that > config.w32 is totally out-dated. It doesn't support individual config > options for the different drivers, but rather checks whether db3 is > found, and only then configures the built in drivers. Of course, db3 is > not part of the delivered deps, what is likely the reason that > dba_php.dll isn't distributed anymore as of PHP 5.3 (it would make > sense, IMO, to ship dba_php.dll with the built-in drivers plus those > whose requirements could be bundled in the deps). > > Fixing config.w32 shouldn't be too hard (it may take quite some time to > test with the different drivers, though), but I expect further issues > would have to be solved. The last time I checked it was for the 5.3 windows support big jump. If I remember correctly many banckends were not available on windowd (mainly vc6). Some may be available now. --001a113de35270a56c053a6a9afe--