Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95387 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21475 invoked from network); 22 Aug 2016 16:53:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Aug 2016 16:53:05 -0000 Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; 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:52618] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9C/54-33251-DED2BB75 for ; Mon, 22 Aug 2016 12:53:02 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 28FB9784A7F; Mon, 22 Aug 2016 18:52:57 +0200 (CEST) Received: from w530phpdev (p579F3CB5.dip0.t-ipconnect.de [87.159.60.181]) (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 1EC6D784A7F; Mon, 22 Aug 2016 18:52:55 +0200 (CEST) To: "'Pierre Joye'" , "'Christoph Becker'" Cc: "'PHP internals'" , "'Kalle Sommer Nielsen'" , "'Stanislav Malyshev'" References: In-Reply-To: Date: Mon, 22 Aug 2016 18:52:51 +0200 Message-ID: <00cf01d1fc95$a10d8700$e3289500$@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: AQHse/9oXKK8gqfHMv8ShTDlDRapdwLLxab6Akamn0sDODCnaJ/d2CVQ Content-Language: en-us Subject: RE: [PHP-DEV] [RFC] orphan extensions cleanup From: anatol.php@belski.net ("Anatol Belski") Hi Pierre, > -----Original Message----- > From: Pierre Joye [mailto:pierre.php@gmail.com] > Sent: Friday, August 19, 2016 1:00 PM > To: Christoph Becker > Cc: PHP internals ; Kalle Sommer Nielsen > ; Stanislav Malyshev > Subject: Re: [PHP-DEV] [RFC] orphan extensions cleanup >=20 > 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. >=20 > The last time I checked it was for the 5.3 windows support big jump. >=20 > If I remember correctly many banckends were not available on windowd = (mainly > vc6). Some may be available now. I was checking for possible libs after Christoph's enablement commit = last week. At least qdbm looks like possible to be supported. The = bundled libcdb is quite old. There are no new releases, but some patches = might be available, need to check. Some Tokyo Cabinet ports did exist, = but again need research. Closer to the end of the year, time could be = taken to do the research and tests, so maybe to support more of dba in = 7.2. Regards Anatol