Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89864 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63333 invoked from network); 22 Dec 2015 08:44:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Dec 2015 08:44:01 -0000 Authentication-Results: pb1.pair.com header.from=laruence@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=xinchen.h@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.213.41 as permitted sender) X-PHP-List-Original-Sender: xinchen.h@zend.com X-Host-Fingerprint: 209.85.213.41 mail-vk0-f41.google.com Received: from [209.85.213.41] ([209.85.213.41:36503] helo=mail-vk0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FB/D9-51216-05D09765 for ; Tue, 22 Dec 2015 03:44:00 -0500 Received: by mail-vk0-f41.google.com with SMTP id f2so75613473vkb.3 for ; Tue, 22 Dec 2015 00:44:00 -0800 (PST) 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:content-type; bh=Pe+Yv3oR3QS1Q+g9C1k3Iem52SDuNKHy3jknR1zEpcQ=; b=BqYusXQVK3bknxwQHx7CNLXXWKVxDRHCwY+s7BufL4MybxaYaiM8SB29PuXGkES2al hCyYeLSl+dSM0nQvsMNCRBhcoq5zkGO1XOUqlz1oAlQ7Tb3Bk8Lsik1HhV0dSkL2y0Cg NmcOPlgUao5JbwUM6xa1uR3sGShNXuh53rYVeK8vq1952vSKVXVMUGVxzqnBsGVmE83+ A8tjpfjlWhYgX8zMPnmFBaBH97CMrseBlGmCoUeUVRvykw/3E4k0kbEkuuFZm4poh88Y 4gBIqRPnHS0owiG+qVreyXh+juPVSa/sfi6qE8hDgK0UNqgZcG78NIcIbBZn/fSDYoWn LPuw== X-Gm-Message-State: ALoCoQlLiLrWGRQ1r/KBdPg9Qzo9SPso3ddlQ5ZQDZH/FN4pody6A5jlLraqDth80vSHlEyCh1YWCevrew2P05eazMFUbxWer/pb0Fjo+s55G44PiWqykgvI5UTVNrwjrQnmEgA66S3yQBLdlD0VxA44fVa55yvnjYCu94kg9xIQuQKzA/6q8AeloPEChDrRZkRRWY0QQ0C1 X-Received: by 10.31.171.142 with SMTP id u136mr15663182vke.88.1450773837474; Tue, 22 Dec 2015 00:43:57 -0800 (PST) Received: from mail-vk0-f41.google.com (mail-vk0-f41.google.com. [209.85.213.41]) by smtp.gmail.com with ESMTPSA id 11sm4090077vkh.17.2015.12.22.00.43.56 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 22 Dec 2015 00:43:56 -0800 (PST) Received: by mail-vk0-f41.google.com with SMTP id j66so114257541vkg.1 for ; Tue, 22 Dec 2015 00:43:56 -0800 (PST) X-Received: by 10.31.142.16 with SMTP id q16mr14818188vkd.95.1450773836656; Tue, 22 Dec 2015 00:43:56 -0800 (PST) MIME-Version: 1.0 Received: by 10.31.128.143 with HTTP; Tue, 22 Dec 2015 00:43:37 -0800 (PST) In-Reply-To: <002501d13bfc$23a30a60$6ae91f20$@belski.net> References: <002501d13bfc$23a30a60$6ae91f20$@belski.net> Date: Tue, 22 Dec 2015 16:43:37 +0800 X-Gmail-Original-Message-ID: Message-ID: To: Anatol Belski Cc: marius adrian popa , PHP Internals Content-Type: multipart/alternative; boundary=001a1143a72a2f2a500527789b0c Subject: Re: [PHP-DEV] ext/interbase maintanance From: laruence@php.net (Xinchen Hui) --001a1143a72a2f2a500527789b0c Content-Type: text/plain; charset=UTF-8 Hey: On Mon, Dec 21, 2015 at 10:30 PM, Anatol Belski wrote: > Hi Marius Adrian, > > It's a ping as you was expressing the intention to maintain ext/interbase > https://wiki.php.net/rfc/removal_of_dead_sapis_and_exts#extinterbase . How > it currently looks like, ext/interbase is still broken and is not > completely > ported to PHP7. Fe there's currently this bug ticket > https://bugs.php.net/bug.php?id=71175 and there are quite bad compilation > warnings (only a part linked here > https://gist.github.com/weltling/b352eace02ef5e1c4797 ). As Firebird is > used > less often, it's not the case for a quick fix for everyone, as the test > environment is missing. Could you please go for the ext/interbase now? For > the particular bug and in general, it was only taken off from voting > because > you've expressed the intention to maintain it > > http://grokbase.com/p/php/php-internals/151mxve1t5/php-dev-rfc-discussion-re > moval-of-dead-sapis-and-extensions . > > Here is a working patch of mine: https://gist.github.com/laruence/f3af903012902818d7da if you are going to work on this, please base on this one. since I still don't have setup a evn to test it... so there might be some problems thanks > Thanks > > Anatol > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > -- Xinchen Hui @Laruence http://www.laruence.com/ --001a1143a72a2f2a500527789b0c--