Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:130185 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 363C91A00BC for ; Fri, 27 Feb 2026 12:15:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1772194515; bh=giRmh5x/jSMaUTdMmKLwdAx8y7tguYIE6MjVSQzGUy8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Es4oK3mPILgFLv05HqMFcwkG74IyUxbYstwE+e8XGVncGF8qgyKeSJDSNAY3yPvyv U1j/i7L93aTDWINYovqMTHdzrfSkdo9gmem366dV8SRx+6lwVRnMGNmFrGW1ijYI/K uyrYfgQexYozscd/ulPB/+L1BQ0H/3lmRixM66B+qOYuBgx0VbgeAGGVNIwmyKM90B IBolb8sR9e+vWTvqaZXmtubjX8CBDYjreKljKBCfVgMTynsiUIk5J3RwtfQ7ANWGZ/ 3xES53QIMDMeAb5Q/BjkmeKuCkwlNjrKfcAIK54NEMo5kVljBe4YGZlgAGEYMM7B84 AmYu2mtf0BmUg== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id B6A891801D6 for ; Fri, 27 Feb 2026 12:15:08 +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=-0.2 required=5.0 tests=BAYES_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DMARC_PASS,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: No X-Envelope-From: Received: from chrono.xqk7.com (chrono.xqk7.com [176.9.45.72]) (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, 27 Feb 2026 12:15:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bastelstu.be; s=mail20171119; t=1772194500; bh=CzOj39MLc7s5aQdctNhi8WVW4+8tppp2R1IzA0AcJLs=; h=MIME-Version:Date:From:To:Cc:Subject:In-Reply-To:References: Message-ID:Content-Type:from:to:cc:subject:message-id; b=Hj6sjMwOPwU/nw53wNZHB9k86rd3qsgShRfLJvKF2+w4ls4uqPlBGD6bFv/Audu3+ PoReo5CzFEzJraTeUoYzxwv201cJXIdfDy0OFPp85gg0naKQvvQqc7nUwaLsEzHcLm N/WJZAmSB2e6se/xU8nURJMI03ZH66ldJHNOk0fIzlo8F1eT1wjDcvrMGIODeciWH6 grlw8D/H5QL1CVmPflCOiHV+lHOcnsXKZmEsLEN8gDFAc6b90uCv9kHxSKArGwTq49 fs9xrD3uiaeOy6Cdp0Q/Qt77O70Fa/+S4zh3esflErdUpHTKASpior/IZpYZP+OccO 9b3UBw3e5fSPw== Precedence: list list-help: list-unsubscribe: list-post: List-Id: x-ms-reactions: disallow MIME-Version: 1.0 Date: Fri, 27 Feb 2026 13:14:59 +0100 To: Jordi Kroon Cc: internals@lists.php.net Subject: Re: [PHP-DEV] RFC Karma request In-Reply-To: References: Message-ID: <47ba905e5cef0b60a7fa2b597cae02cc@bastelstu.be> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit From: tim@bastelstu.be (=?UTF-8?Q?Tim_D=C3=BCsterhus?=) Hi Am 2026-02-26 23:00, schrieb Jordi Kroon: > I would like to request RFC karma to formally propose the deprecation > of a small set of legacy type alias functions: > > • is_double as an alias of is_float > • is_integer and is_long as aliases of is_int > • doubleval as an alias of floatval You'll need RFC karma either way, but it's probably best to include that as part of the PHP 8.6 bulk deprecation RFC. It's a small follow-up to a previous deprecation and it's probably not useful to discuss and vote that one on its own, since the discussion probably is not going to be particularly insightful. The current draft for the bulk deprecation RFC is here: https://wiki.php.net/rfc/deprecations_php_8_6 Best regards Tim Düsterhus