Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80891 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62421 invoked from network); 20 Jan 2015 19:58:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jan 2015 19:58:33 -0000 Authentication-Results: pb1.pair.com header.from=mapopa@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=mapopa@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.182 as permitted sender) X-PHP-List-Original-Sender: mapopa@gmail.com X-Host-Fingerprint: 209.85.217.182 mail-lb0-f182.google.com Received: from [209.85.217.182] ([209.85.217.182:36481] helo=mail-lb0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9B/72-49046-863BEB45 for ; Tue, 20 Jan 2015 14:58:33 -0500 Received: by mail-lb0-f182.google.com with SMTP id l4so10135084lbv.13 for ; Tue, 20 Jan 2015 11:58:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=VfRgEFwEC7KiEWkV4kKLSU5jt50LB7IPajbeD2ttklY=; b=z4vdhkVVwVGUtA2kw+aiHGZt8pN4TtiqiZvpb/6T7rb87ALvgPDiRz9qhz6i8YMzn9 U8ta5I5An/CsEykHCc6EkUJPHYBdCYQHh9SuJ+JWgUZfyCTB25sUZvFRCIZ5gGTxYwTn k9PnDMPnuxq/ubVpcnc7fWhw8VsNPWbOgeiPTDx3ij1uf9dhgWR2XbhTfc/8EkGz3ekE N9lsQOBrA7IlkyerwXLdecgmqIElmZK2LmUvelmPnIwjvQuwxL4hKOhDHGaDVTNMNyNo 1D51ZySxoe1DChzcKawDnmzHNK6OFCQduMWC4Nos3DnarIHTvwMxDkrm2Nja2aXDyuEF 42yA== MIME-Version: 1.0 X-Received: by 10.152.42.131 with SMTP id o3mr26168553lal.43.1421783909258; Tue, 20 Jan 2015 11:58:29 -0800 (PST) Received: by 10.112.73.101 with HTTP; Tue, 20 Jan 2015 11:58:29 -0800 (PST) In-Reply-To: References: <636de823d0caf4b650c75ecd2ea969e3.squirrel@webmail.klapt.com> <54BEA9F5.3030901@welho.com> Date: Tue, 20 Jan 2015 21:58:29 +0200 Message-ID: To: Jouni Ahto Cc: PHP Developers Mailing List Content-Type: multipart/alternative; boundary=001a11c3559adbddd6050d1adc63 Subject: Re: [PHP-DEV] [RFC][DISCUSSION] Removal of dead SAPIs and extensions From: mapopa@gmail.com (marius adrian popa) --001a11c3559adbddd6050d1adc63 Content-Type: text/plain; charset=UTF-8 Here are the issues with master (008 is rounding issue so you can ignore for the moment) FAILED TEST SUMMARY --------------------------------------------------------------------- InterBase: BLOB test [ext/interbase/tests/004.phpt] InterBase: transactions [ext/interbase/tests/005.phpt] InterBase: array handling [ext/interbase/tests/007.phpt] InterBase: event handling [ext/interbase/tests/008.phpt] ibase_trans(): Basic test [ext/interbase/tests/ibase_trans_001.phpt] On Tue, Jan 20, 2015 at 9:33 PM, marius adrian popa wrote: > interbase extension is maintained and at least i will rename to firebird > after php7 api conversion is over (a few blob/events tests don't pass after > the big api changes ) > > Dmitry Stogov added > some patches but we need to fix the zend engine api changes > > pdo_firebird is ok but doesn't cover the firebird api so we still need > them both > > On Tue, Jan 20, 2015 at 9:18 PM, Jouni Ahto wrote: > >> At least one mail didn't bounce. >> >> The situation with Interbase extension, in my opinion: it's dead meat and >> should most probably be just removed. Nobody is currently, to my knowledge, >> maintaining it. Even the birth of said extension was a bit troublesome, >> when I had just for the fun of it written some very rudimentary code, >> committed it, and after that it turned out that Zeev was having a >> commercial negotiation about writing PHP support for it. Because we didn't >> want to step on each other toes, that left the the extension somewhat >> unmaintained for a while even then, and then I slowly dropped out of PHP >> development. Mostly because my new work in banking world had absolutely >> nothing to do with it, not because I would have been tired of it. It was >> extraordinarily fun and I somehow still miss those times. Kudos to everyone >> still working on PHP (I still recognize a few names on the mailing list) >> and to every newcomer. >> >> Now, this all happened when even PHP4 was still in development phase, a >> very long time ago, so I'm quite surprised that extension survived even >> into PHP5. Has anyone actually maintained it? >> >> PDO_FIREBIRD is probably a good replacement for it and it seems to be >> mentioned on the list of maintained extensions. I don't know how well it >> works with Interbase, which is now a proprietary product by Embarcadero >> Technologies. Firebird is an open source fork originating from the same >> codebase. It might even work, if the communication protocol with database >> hasn't changed (much) or can switch to some backwards compatible mode when >> encountering a version it does not recognize. >> >> And, last: funny coincidence that I received Anatol's email just now, >> when I've just a week ago opened a github account and already have several >> pull requests for 2 projects written in, surpricingly, PHP. Who knows, >> maybe like the Terminator, "I'll be back". >> >> Thanks for reading the rants of a really old fart. >> >> -- Jouni Ahto >> >> >> On 01/20/2015 11:22 AM, Anatol Belski wrote: >> >>> Hi Dmitry, >>> >>> On Tue, January 20, 2015 06:08, Dmitry Stogov wrote: >>> >>>> Hi Anatol, >>>> >>>> >>>> Despite of this, we also have few extensions not converted to PHP7 yet - >>>> https://wiki.php.net/phpng#unsupported_extensions_not_converted_yet >>>> >>>> >>>> 3 of them related to MSSQL, 2 to Oracle and one to Interbase. the last >>>> one is partially converted (may be compiled), but it's so ugly, so it >>>> won't work without serious redesign (I'm not sure how it worked in >>>> php-5). >>>> >>>> I'm going to rename and update the RFC to handle these cases as well. >>> >>> Will first forward this off list to the authors standing in the sources, >>> so the bounces from the eventually non existent mails are not going back >>> to the list (would spam everyone). But will then repeat the same to the >>> list with valid mails. >>> >>> Regards >>> >>> Anatol >>> >>> >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > --001a11c3559adbddd6050d1adc63--