Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:125310 X-Original-To: internals@lists.php.net Delivered-To: internals@lists.php.net Received: from php-smtp4.php.net (php-smtp4.php.net [45.112.84.5]) by qa.php.net (Postfix) with ESMTPS id 9AE0B1A00C5 for ; Tue, 27 Aug 2024 11:37:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1724758781; bh=da36FnXw5szpjqGmVu5PuRLrYcVFUwM83GtCUCCgKZM=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=F9I/EJv5PyEDLUDlmCYS+49TE6+OxBJqZW5hu+7tWEG6xadxFhJXRZkNE14Hx9Zik +SZADJBqBsAz1f6JyR0npTy9NtoXhRm1oHtHrGpSC9nohy8KyURjRM5MUbcQmIFZP1 h4wNmR5RNmHMXZ+1kTS8NInarZi8z0yMRANyoBztxQU2UJ6KmAhBkjOoqPmMdZmX9l pvPPLzzdn0A5qPiq4fkMcivMJ3eWYbr2Hi1Vsg3m1UHLHkmvhdieT1gnhY+RHECXXx +0ycGhjoA44lBXSt+MjkYOh0gY5Fv3rVu0VOY92i29TwHRQlmDk0rQ5BOjpOLzH9RD jlzbZSazO48UA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 5936B1801ED for ; Tue, 27 Aug 2024 11:39:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-13) on php-smtp4.php.net X-Spam-Level: *** X-Spam-Status: No, score=3.6 required=5.0 tests=BAYES_50,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_PASS, SPF_SOFTFAIL autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: No X-Envelope-From: Received: from xdebug.org (xdebug.org [82.113.146.227]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Tue, 27 Aug 2024 11:39:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1724758664; bh=da36FnXw5szpjqGmVu5PuRLrYcVFUwM83GtCUCCgKZM=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=mVU93zypPNZsXdmPaw1bxYC/bqkEoHhzmVFDyNUxWXS3nEp+lf6+8ZiR0z204DvVv m8bwpi8WadxBpVgX/I8AuB3HYKU473mTxIXLtC252NZDTqTGg0lCxR7m9vZxAmzBfz CP5FeS27wSIMwkX06DbxifXbjDsDuqP6ud/46PLCWMELo/GgGise82K70irma55DE2 3iFuWxuCCW7KDNDAGOHJELV0M1l+Gm6C3b0fIV5LoHEmzbcvXwh0tcoVK3Ey+ichdV SLb/9wubGWeZ8JZNf+DTy/aOc5qXhqYrrDhQURRz5mvbLDpuOOyYTezq+RvYJJD4Df +Zn756l5kPHxg== Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id E943010C033; Tue, 27 Aug 2024 12:37:43 +0100 (BST) Date: Tue, 27 Aug 2024 12:37:43 +0100 (BST) To: "Gina P. Banyard" cc: Bob Weinand , Jim Winstead , internals@lists.php.net Subject: Re: [PHP-DEV] [RFC] [Discussion] Using and Mentioning Third-party Packages in PHP Documentation and Web Projects In-Reply-To: Message-ID: <55d47cd7-51c1-1ed0-3c4d-5db3c2f12784@php.net> References: <642cb3ea-bf51-4832-8539-0540742000e1@app.fastmail.com> Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII From: derick@php.net (Derick Rethans) On Tue, 27 Aug 2024, Gina P. Banyard wrote: > Moreover, PECL extensions are part of the PHP ecosystem and not the > runtime, so why do *some* PECL extension have the right to live on the > php.net website, but not others? They always were *allowed* to be on there. It is just that very few third party PECL developers wanted to spend the time doing that, consdiering Docbook isn't the easiest to use. cheers, Derick