Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130602 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 lists.php.net (Postfix) with ESMTPS id B5A0C1A00BC for ; Fri, 10 Apr 2026 15:41:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1775835676; bh=pinSmRQ6OHniXMYoOs4ISivjNIXtjocLnhIHEmCmezU=; h=Date:From:To:Subject:In-Reply-To:References:From; b=gHuukoaPBBQNde1zvUIYwA85VZunY7JCh/LCkdKAnYCXSG4H2VWeYfluORMMAKcw1 R9tIY3zAfnpkUa68HRY6VA1Q25zWIES+NtEpJ/Cpv0hidlP4YAANdvoe0Yt+A4kMJg c+JbQHnH6qBnacsa2pH8sKNHIIYsf5MU2CloVThFtMoxupt1A2dW7mhyp3Iao571L3 ea4WleHn7NbcL6DutPAW27X9yrBtXyPRvvZTdySvZK5UatL94oeV80vvzPOKJcS6Bd rFdoF8ni0OjRcKRtT27f3giIzWDrtRKbVs3LuPkqtYXoJVHSy+MkJmT4P0Lm1n/N1i 9uba00i+gRCYw== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id A16D7180069 for ; Fri, 10 Apr 2026 15:41:15 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) 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_NONE, SPF_SOFTFAIL autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: No X-Envelope-From: Received: from mail.xdebug.org (mail.xdebug.org [176.126.244.128]) (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 ; Fri, 10 Apr 2026 15:41:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1775835659; bh=pinSmRQ6OHniXMYoOs4ISivjNIXtjocLnhIHEmCmezU=; h=Date:From:To:Subject:In-Reply-To:References:From; b=Xf33jSjp7rlgXfeAshYSJjdymi8bWI8rICJUfLWSzoln37xoZOFUj9cISPCx6dQeh M94Q+eUUs1/kCPUG5neEKcdBh28/KzQt7FUGMNVKuwFwNr/AnHb2jPLRSmN+flzOmx X/WGb6xJn6ER/weeTuuemKEuTag/lvhcY75CsAK0RMotJT7H28fuB4PfWsU3AzIJou hQtfnuUciH9d16PHybVPdiE/UZJ/0wzjOHRiV4z7lQK3RcwF+WZlEV1uPP2AADqq96 WT1rkxvCgfHRoV6Jew7iy0Zv2gEwTxwEGCqTPhTb+jBz68DBWlup16jmuO/yl9U+34 GK95B+4VgxG6w== Received: from ehlo.thunderbird.net (host81-158-77-152.range81-158.btcentralplus.com [81.158.77.152]) by mail.xdebug.org (Postfix) with ESMTPSA id E56FB20103; Fri, 10 Apr 2026 15:40:58 +0000 (UTC) Date: Fri, 10 Apr 2026 16:40:58 +0100 To: internals@lists.php.net, Christian Schneider Subject: Re: [PHP-DEV] DocComments for internal functions User-Agent: K-9 Mail for Android In-Reply-To: <30448463-1ABD-4005-89CC-3F558C7FE9B2@cschneid.com> References: <2FGg02j2pKAcV7nu_mLBtetGMhhax9Ernyly_rH2jDaWzNUSlWMk7pYf4mEq9QIbuBj4tgxA9xLlTEnwPVqmxSTw558yTPNrEsk53G63xtQ=@gpb.moe> <30448463-1ABD-4005-89CC-3F558C7FE9B2@cschneid.com> Message-ID: Precedence: list list-help: list-unsubscribe: list-post: List-Id: 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 10 April 2026 15:21:34 BST, Christian Schneider wrote: >Am 10=2E04=2E2026 um 12:54 schrieb Gina P=2E Banyard : >> On Thursday, 9 April 2026 at 14:33, Christian Schneider wrote: >>> The implementation can be examined at >>> https://github=2Ecom/php/php-src/compare/master=2E=2E=2Echschneider:ph= p-src:internal-functions-doccomments >>=20 >> I am not *fully* convinced that we should add DocComments for internal = parameters/functions/classes/constants, as this feels like a lot of complex= ity=2E > >What kind of complexity are you thinking about? Code-wise? Integration in= to the build process? I'm wondering how much this does to increase the size of the PHP compiled = binaries=2E=20 cheers=20 Derick=20