Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:127392 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 5545D1A00BC for ; Sat, 17 May 2025 18:32:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1747506614; bh=ztrsLQ70Le8wNT1l0hfkuuEXfh2B1B4+AcIIgq8HAWA=; h=Date:From:To:Subject:From; b=GBUq872ElULIQLeuryuMRFmtY895HSTkKz+lEhhxrgIF3Nrxrc+w48WC3S+IW//DH jcVfO2eSR7rOUkndfdDMBkR+W8DJybRflIj9fJP1GYQpcejI2E7FbnDc58KU2yqJd7 /5lRgHNfKxRU+CXqAxAqeorIXUo3P9OQnDPS3VcXJ5G1mtyLlKXkYijyVGsadiuraT v963g10EhKyLPmkbrJzI3i1ciX0ZpCp39SnwsMJsxfRmNrgXoMEIA/J49vKQd0adnr /Sqp3p2VJDdFICGxb1fQjsDAk2Hj18trkLLwQG1B7Xf6cPwNFW6c9DY80zkf6eCAwT mzxdEw7O79EVA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id ACC09180059 for ; Sat, 17 May 2025 18:30:13 +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=-0.2 required=5.0 tests=BAYES_40,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_MISSING,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.0 X-Spam-Virus: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) X-Envelope-From: Received: from a.server2k.de (a.server2k.de [37.120.186.15]) (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 ; Sat, 17 May 2025 18:30:13 +0000 (UTC) Received: from webmail.server2k.de (localhost [127.0.0.1]) by a.server2k.de (Postfix) with ESMTPSA id 15AC5400F5 for ; Sat, 17 May 2025 20:32:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=danielkesselberg.de; s=dkim; t=1747506742; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=+oo4dks3uvMOwolZfk25zd2L6ufKnGbbgu/LpHyaZpo=; b=JmWbA6OCv71XfRjdchKrSld/F2kwj1OcTbDBLa4XE14EjBoR9fxsXDVegtwhmN6xPqsUdf rSeZ0krW0jSilxzktRzkdjPsE0erNJKLMAHpRdyPBzGpXAnm6MCJ4/MsLV3xGHAopVAM/y T2AKtnjsmpbzUw24f+69T9sU8j0pGiM= Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Date: Sat, 17 May 2025 20:32:21 +0200 To: internals@lists.php.net Subject: [PHP-DEV] Request for RFC karma for my wiki account kesselb Message-ID: <65011043bccdbdc0c9b5f1fa708379a4@danielkesselberg.de> X-Sender: mail@danielkesselberg.de Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit From: mail@danielkesselberg.de (Daniel Kesselberg) Hi, Bukka asked me to create an RFC for a pull request I'm working on, so I'm requesting a bit of RFC karma. I would like to add a small helper to PHP to return the number of available CPU threads: https://github.com/php/php-src/pull/11137. As I'm new to this, I appreciate any points or tips you may share with me. While the change itself is rather small, some reviews mentioned their ideas on how to move this forward, and I'm currently a bit unsure how to incorporate that into the RFC draft. Thanks! Daniel