Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:127720 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 D10691A00F6 for ; Thu, 19 Jun 2025 12:39:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1750336657; bh=wgt58gS8xO4dvwK6Q2s/ct6h5vavTrQsHKUTlR9gYE0=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=jreU67WuLRDy3dLiJ76JFIlbYa7lKSFHyU4nnmrgjJoJXEuR+uvavSHrhT0HwUrvt xxk043aVxcUhhmpgSJaW6Gn5PsV39QQPcsZ1IgCyrDuBTod7UyKqKb/wDDAyGav/5E jDOoVeY0mI3jBt9JAzCVbmgFFbw1n7+7hPzGaEg52RgEyXjqqLAHNh1EL2DqYr6qSo 4xk9pxClgDX2Gjes0awe6GtOij1cMEO0Prlgq6zZ4zZfIq79ZaozqY2h8DachKdems gx56caFU4+IaifvIMdToRYLXormmlUE/NszToaGKEA/pMlGn5MmyjT4IdGt13INnHH fVMHo9jBdbd4w== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 18A9818038D for ; Thu, 19 Jun 2025 12:37:37 +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_PASS, SPF_SOFTFAIL 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 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 ; Thu, 19 Jun 2025 12:37:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1750336773; bh=wgt58gS8xO4dvwK6Q2s/ct6h5vavTrQsHKUTlR9gYE0=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=mxBgzWkzPYqvD7BY/qvj/5Ez20NLGk+t3zdk8AIuw60pqeuIQ6oGRFFFRAWRooPLk xaWHVdjiEvnnv3Yy8cwEclsczbtx/GmfrCq2Bsa2kOH7e05muWx3IftD3OvbPcM4w2 FbHl7rqkGdMYlk44g5XVYyHB9lDMs7o4Mrm84agYlTBEnoNohZGY0ytu+ltwH7Z33j WxofmPrms/6qmvgBkGPF9DVUG4cqMAKrS3wMVM7I+H9JGCfNv/jZuSnorfKX5RyUNn 9ey4dYuKvXKdKu/PNAtRZL3IWZpNoaYcCG73izxMjY+arHB2Vmi13SBKXrIg0kc4H6 AyTze7Jkik40A== Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id EE10D10C027; Thu, 19 Jun 2025 13:39:32 +0100 (BST) Date: Thu, 19 Jun 2025 13:39:32 +0100 (BST) To: =?UTF-8?Q?Alexandru_P=C4=83tr=C4=83nescu?= cc: Marc Bennewitz , php internals Subject: Re: [PHP-DEV] Year 2038 issue In-Reply-To: Message-ID: References: <4093d14a-8e53-4843-9a07-c7f1d1f339c5@mabe.berlin> Precedence: bulk list-help: list-post: List-Id: internals.lists.php.net x-ms-reactions: disallow MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8323329-1337859182-1750336773=:42779" From: derick@php.net (Derick Rethans) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-1337859182-1750336773=:42779 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE On Mon, 16 Jun 2025, Alexandru P=C4=83tr=C4=83nescu wrote: > On Mon, Jun 16, 2025 at 4:03=E2=80=AFPM Marc Bennewitz = wrote: >=20 > > It's 12.5 years only until the timestamps in PHP on 32bit will not=20 > > work as expected anymore. >=20 > I think that maybe we can already deprecate supporting 32 bit builds.=20 > And, maybe with PHP 9, or PHP 10, or with a future version that might=20 > exist in about 6/7 years, completely drop 32 bits support. FWIW, I dropped support for 32-bit PHP builds for Xdebug quite a while=20 ago already: https://github.com/xdebug/xdebug/commit/0a6df4d49ddb5a252628668661313e02294= 1779a I have not heard complaints. cheers, Derick --8323329-1337859182-1750336773=:42779--