Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:125936 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 345041A00BD for ; Mon, 11 Nov 2024 00:24:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1731284823; bh=Nhd8eIWahdMsLIEhenEDxMjJ0B1Mm2EFFx08nSGQPV4=; h=Date:From:To:CC:Subject:In-Reply-To:References:From; b=GkRMqFOeM5jOK1/nTUyJnuzj6/gJdRgCujm7gsu/mVQPfvQovq6nFbdN/TvFUKdW/ ZLyJ9QlpUjBp+fyuC+dToqK8RTEvCiPGartPV06eC0OFl0iStDtaLzVSRpdP0KnLtD XOIHkkVCFKiuKAxoTz2KbZK/OZBOJ52JdPpTOzxg/kVi8kwn/o8LkN/1HaGxi8dqoQ g9BJM2z0BSaV8+y+ygwFyoIq66MCsI1W5yrG3N5vBgJnM5Qbq62XPff6uvT8L8VDNW iQfrPjpDD/UCV2yyDaDgbb4htdKmpDByspSYtlwjsb5V4BPqGl9AgxF1um7ouJG1bU J/F9RW6CuqhFg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 36B12180069 for ; Mon, 11 Nov 2024 00:27:02 +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) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 11 Nov 2024 00:27:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1731284666; bh=Nhd8eIWahdMsLIEhenEDxMjJ0B1Mm2EFFx08nSGQPV4=; h=Date:From:To:CC:Subject:In-Reply-To:References:From; b=gEeMgUY01f9hOHpDIgKmKByDG49zxXJvstlff6mRZrephGVJogzLjir1d4z2p/O7i YT2kZKo/fxPf6TmD0u37On9YwteFAXWgi36UUNSEjFePU8EQvU2D/bJc903toXGICT Th7i+CekbPkgew7VR5nMLKyf4Qi+KBqGrmv4mLQleEYDMMzWgmdNz7ejBdIY9OD6ls UX+DHTVxkI0q4wxrY0l5wsPR+34gBluEKcGWs5c5BerNhQU+rEUJlzm4SKb67cdT/q I6+RVhHpNnag8elsRFBKIsMHgrAmFY7KUQl89KlMCupRM78yP6kdApVvTr/HA8HU/I N0g3SoMU8S2IQ== Received: from [127.0.0.1] (unknown [185.69.144.196]) by xdebug.org (Postfix) with ESMTPSA id 9989410C010; Mon, 11 Nov 2024 00:24:25 +0000 (GMT) Date: Mon, 11 Nov 2024 00:24:25 +0000 To: internals@lists.php.net, John Coggeshall , =?ISO-8859-1?Q?Pedro_Magalh=E3es?= CC: Larry Garfield , php internals Subject: Re: [PHP-DEV] [RFC][Vote] Policy on third party code User-Agent: K-9 Mail for Android In-Reply-To: References: Message-ID: 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=utf-8 Content-Transfer-Encoding: quoted-printable From: derick@php.net (Derick Rethans) On 11 November 2024 00:14:22 GMT, John Coggeshall w= rote: >I also voted against because I think it's silly to create these arbitrary= rules on the various frameworks=2E "Not playing favorites" is literally as= easy as saying "The people who volunteered their time to build X did so us= ing Y because that's what they knew, it doesn't mean the PHP project favors= them over another option"=2E > >No one serious writes PHP code without a framework today, and the fact we= go so far to keeping PHP "stand alone" I think hurts the project more than= it helps because it gives a casual observer the idea that PHP development = is just the PHP language, which simply is never the case for a serious proj= ect=2E This is counter productive, because the current rule is: don't use anythin= g, or mention anything, third party=2E And we're in 2024 now and nobody writes PHP code without Composer=2E Witho= ut this change, we can't use any composer available library for PHP=2ENET s= ites, nor even mention it in the documentation=2E=20 That's bonkers=2E=20 Also, requiring the PHP properties not never use anything third party make= s everything so much more of a pain for us=2E I strongly recommend you change your opinion on this=2E=20 cheers Derick