Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:104908 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 38180 invoked from network); 24 Mar 2019 01:00:21 -0000 Received: from unknown (HELO mail-wm1-f47.google.com) (209.85.128.47) by pb1.pair.com with SMTP; 24 Mar 2019 01:00:21 -0000 Received: by mail-wm1-f47.google.com with SMTP id z24so2039062wmi.5 for ; Sat, 23 Mar 2019 14:53:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:user-agent:in-reply-to:references:mime-version :content-transfer-encoding:subject:to:from:message-id; bh=WwKq2QZ5/lv2qzFDoMcmWEx34zl82A7/vVI9ZIyoY5k=; b=k32bm4UDfyslDnkS4Yc3Y/+wJYDbJElzaKpkYrpPteYZMrwkVJZMI1hsBnG3K/sgRb Q/WQy3ENN5yJKSbAvgdmuMPjWmk5FJZGEnUUVfC6iUYEpn1cWffrfbOUqH/JMKsQWfF1 nVFgsvphUnfWtlY4UwkZLbLTmE7sgrqO4fjSO5rxfI3ey6pebHGp+aO4YcYG2h0CkT1c DaN/15vTDESU4aJDAKNtdrodZCyO7qSD+vXgw7TgODJAz5lThdGwK2RhttHOREYClCvx /rKf5XaGmREhTuEtfb066s0JSnYZKs7SMBGjL/Okrkd+Fafgzm7+CFISpgBR2GSsyzlZ 0Gkg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:user-agent:in-reply-to:references :mime-version:content-transfer-encoding:subject:to:from:message-id; bh=WwKq2QZ5/lv2qzFDoMcmWEx34zl82A7/vVI9ZIyoY5k=; b=CTv7QHa9v3c4Fdyb7FQPs1X+KR7hA6YWfg86Jv4XZSd24rST2nUF8sBSYKZiITjLuT fb0p1o0AHNZCdWv15BQRbdj76kuqLeiAJ7/1MMnOolVcK1v+BQqal4P0Hahr6qNeGODh 3Z7qy8CX1pNpqhyGmXowvnB2Pim0bbtH3kNbB6uMHHh9lADjzL7YuAF8nEjsZGgDd9Hx 6PFUQpzFeRKaBPYGGKT49VC8PUJmUq4/N3Ib9u317VJ3fs+G9ZYfXyU/dFrneRp3NG8r GP/Lzfo93Kroz+CUlX3zNRZD4kGh0FJWPMUXQG8JmcVJGtbOuJ86Ltvh6xoiezm6upQJ B1Og== X-Gm-Message-State: APjAAAXTHX+l0JtKn2s56D+AQRLzesUgqU8XbGamRkkrm+odecjVUytx xO3VXLU759LAfrZGDf1OcOGLx8nP X-Google-Smtp-Source: APXvYqyUMO/+2BmRUrF9boyrV5QAOk0W5KGOMG1R6ha6IAT7Q9BsIYLaPIAjFnM5nQdfnmk4vThd1A== X-Received: by 2002:a1c:f906:: with SMTP id x6mr6826676wmh.142.1553377984585; Sat, 23 Mar 2019 14:53:04 -0700 (PDT) Received: from [10.161.119.95] (92.40.249.108.threembb.co.uk. [92.40.249.108]) by smtp.gmail.com with ESMTPSA id b134sm25032379wmd.26.2019.03.23.14.53.03 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 23 Mar 2019 14:53:03 -0700 (PDT) Date: Sat, 23 Mar 2019 21:52:48 +0000 User-Agent: K-9 Mail for Android In-Reply-To: References: <33dee569-a06f-c5ab-d358-f7b8df3f8a76@lsces.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable To: internals@lists.php.net Message-ID: <241FAFF9-E323-47B7-9907-0A94D92B869E@gmail.com> Subject: Re: [PHP-DEV] [RFC] Unbundle ext/interbase From: rowan.collins@gmail.com (Rowan Collins) On 23 March 2019 21:09:35 GMT+00:00, Kalle Sommer Nielsen = wrote: > the extension can be taken over by anyone who >wants to from the relevant community, it just will not be distributed >by default with PHP=2E In fact if the extension is released on PECL, it >gives the relevant community more freedom to deal with the extension >as they deem fit and does not have the strict requirements as >extensions in the Core has=2E Sources and binaries are still available >with the PECL interface=2E It's probably worth noting the example of Microsoft SQL Server here: the p= revious PHP extensions were dropped from the core in 7=2E0, and Microsoft n= ow manages an open-source, cross-platform extension, and is able to release= it as often as they want, and bring in features and bug fixes to encourage= its use: https://github=2Ecom/Microsoft/msphpsql For an extension connecting to any actively developed third-party system, = this is probably actually the best model, with PHP Internals experts provid= ing advice where necessary, and third-party experts tracking innovations in= the particular system=2E Regards, --=20 Rowan Collins [IMSoP]