Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:127678 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 B24561A012D for ; Mon, 16 Jun 2025 14:22:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1750083646; bh=VAvvNPbE8LYOhN0Y8QJpcJ7kyRW6Fawh/42Bcyg2imE=; h=Date:Subject:To:References:From:In-Reply-To:From; b=QSRM6msoyqBvu9VLd1nSvPyhtfu7mrfrQZ++suIpsJOLV53VDNvPsSNJ2+ZE01XZU ykWiVP3vj/xWeqA3urdeS3ZkP2ozF8w4Pp1EKQu42y2so5LSo/23+v8SnkfHr76Chj vfQuOk3x2QC2l9n8ofp+rpummimeomkWh7bZlpAhM4C0CP1a1npFWKtERc+z4y2PCw F4QawkGzC4P5ZcIjlWFwYjmF0iNWGa/DznUrhGb8x1DYHr9TfpTaIWS10d9idY+hz2 X64LGSuK+vmvX2rrtGql+bZJblWfahbstOepqxVcZTQ+I8o5Im0w0XUuKRJ6oXjMLO YJ65g9KtXnFfQ== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id E55881804B2 for ; Mon, 16 Jun 2025 14:20:43 +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_50,DMARC_PASS, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=4.0.1 X-Spam-Virus: Error (Cannot connect to unix socket '/var/run/clamav/clamd.ctl': connect: Connection refused) X-Envelope-From: Received: from zimbra.cu.be (zimbra.cu.be [194.50.97.20]) (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, 16 Jun 2025 14:20:42 +0000 (UTC) Received: from localhost (localhost [IPv6:::1]) by zimbra.cu.be (Postfix) with ESMTP id CF86C41C89CC for ; Mon, 16 Jun 2025 14:22:39 +0000 (UTC) Received: from zimbra.cu.be ([IPv6:::1]) by localhost (zimbra.cu.be [IPv6:::1]) (amavis, port 10032) with ESMTP id WNCaIz6D7FxK for ; Mon, 16 Jun 2025 14:22:38 +0000 (UTC) Received: from localhost (localhost [IPv6:::1]) by zimbra.cu.be (Postfix) with ESMTP id A3C2641C89D6 for ; Mon, 16 Jun 2025 14:22:38 +0000 (UTC) X-Virus-Scanned: amavis at Received: from zimbra.cu.be ([IPv6:::1]) by localhost (zimbra.cu.be [IPv6:::1]) (amavis, port 10026) with ESMTP id R9u2QpfBY5cB for ; Mon, 16 Jun 2025 14:22:38 +0000 (UTC) Received: from [172.16.151.4] (unknown [194.50.97.246]) by zimbra.cu.be (Postfix) with ESMTPSA id 7C18341C89CC for ; Mon, 16 Jun 2025 14:22:38 +0000 (UTC) Message-ID: <3550de53-503a-3698-bf5a-70f218faac3c@cu.be> Date: Mon, 16 Jun 2025 16:22:37 +0200 Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: [PHP-DEV] Year 2038 issue Content-Language: en-US To: internals@lists.php.net References: <4093d14a-8e53-4843-9a07-c7f1d1f339c5@mabe.berlin> Organization: Cu.be Solutions In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit From: wim.godden@cu.be (Wim Godden) Including the EOL versions on that link shows that this occurs on < 5.2.6 only On 16/06/2025 16:16, Kamil Tekiela wrote: > Why do you say that these functions do not work with year 2038? > https://3v4l.org/61VLh > > I wouldn't be opposed to deprecating them, but I don't know if we have > a good enough reason to do so.