Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:104917 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 28231 invoked from network); 24 Mar 2019 15:46:59 -0000 Received: from unknown (HELO mail-oi1-f173.google.com) (209.85.167.173) by pb1.pair.com with SMTP; 24 Mar 2019 15:46:59 -0000 Received: by mail-oi1-f173.google.com with SMTP id e22so4963342oiy.0 for ; Sun, 24 Mar 2019 05:39:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=3Qr+hUN3DPhvX13zY4RySmhBpxdl+DDyZVzGU7safhk=; b=EgTl68Wfmr88PQyZHi+6k+gpssnaaVSWCIcOgFCz+/9FBAUsi2iFL3BXOTXvjFKwvs etiOSC1sY+arATe0b56UmASYT4pmhw1CiWgU8QdsvgsY6CRV0Xq+kGZgYpY8oIqGJrj9 3L1wVNSBg/tpFFbjQjmZAJIgRZQssTOZym2C0I47UDPNM0hBUkleKUrMNgNBprkmXcKQ CTi5xjgg5r75IVVN4TKdNrsztQR/zclQksLmg1NkaY8gu5616dK057ocoeynYf/80Vel xp+NRiVX8CTjOG9J0CdMuxJ2DA2d0lGoFB0s3RrAAHYneR/4vvgTHwWkrOvBdB4qfPeD ptiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=3Qr+hUN3DPhvX13zY4RySmhBpxdl+DDyZVzGU7safhk=; b=LBl+L76v5+fL7WQR63tUq++OyypfjJ/Kz4j4m3M/gq8xotNyD1mnNB8s/TntvaCQid 15DUMJQs2i6fDqLtj7EDgQf2lpwGSr0rw87I4TZcRLk0ED5hTkGAMZyYVAIxZMqCdap+ xK6WBHG5gNCgTV9PUhkstEZwuWOgYOLLmOfDT2vaENChlPmEdgTpcshIxnA5mMPAnq7Z 5jO0te6MYsq9AITgGXrdTdJbyUVvR1FCicyAfNfHAZ+GYpVWUPk++lw8n0wIYACIgdRp YOoshsRWu6ynpsojHYJ3VLpteqU6PWFzCaZL2htyEXJhxgII8FkMnl2ztWOfqv0OdGhb GECQ== X-Gm-Message-State: APjAAAVSQS6KL7+qnQ7n5BulaFn7kOAV5a6mNrQt2HCs22Mpn3Gs+RAp 1/u9tXtszkYMOF2v4+AeKM+zrRkkwWlU4EoWD6I= X-Google-Smtp-Source: APXvYqy43kHKpIV5FT+eosKsBniampUSXU6DXwszhHHwRQNKgjkUjoR4WTG0nZlILcpYa6PIVUh3zE4BA2h8evKTkYI= X-Received: by 2002:aca:4888:: with SMTP id v130mr8010076oia.152.1553431191484; Sun, 24 Mar 2019 05:39:51 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sun, 24 Mar 2019 13:39:36 +0100 Message-ID: To: Kalle Sommer Nielsen Cc: Internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [RFC] Unbundle ext/interbase From: peterkokot@gmail.com (Peter Kokot) Hello, On Fri, 22 Mar 2019 at 14:26, Kalle Sommer Nielsen wrote: > > G'day internals > > I'd like to start the discussion for the future of the ext/interbase extension: > https://wiki.php.net/rfc/deprecate-and-remove-ext-interbase > > The rationale for pushing this extension out of the core is mentioned > in the RFC. > > Unless there is any serious issues raised here, then I will put this > into voting on Monday 8th of April, noon EET (which is a good two and > a half weeks away). The intended voting period is set for 2 weeks, > meaning if voting proceeds, the pools will be closed around Monday > 22th of April, noon EET. > > -- > regards, > > Kalle Sommer Nielsen > kalle@php.net > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > I'm all in for helping out here with both users using this and maintainers that need to worry about if this extension is even working ok. However, just one quick thought. The deprecation usually means that some functionality will cease to exist. And users usually expect and consider removing deprecated usage from their code and move to something else. Not that they will have an option to install it over PECL in PHP 8.0... Is this ok approach for this case? Because with this approach PHP is also saying quietly that PECL is a museum for extensions and not a place for developing them further. I might be completely wrong here though... -- Peter Kokot