Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:127675 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 C8B1B1A00BC for ; Mon, 16 Jun 2025 13:53:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1750081873; bh=yrfXRaVJBBtK+iaWvYI0WnJS6kY1wH0rbcguJCTwAKY=; h=Date:From:To:Subject:References:In-Reply-To:From; b=D5XU+v66Ud3VRkcorlHZq97+5QC+QwiuXay6oswe+oyL6rlIiVNOQJzaJDLjbdrqB TAX8W70zI5khYzcHpyWLu9mTgoEGw/OIGLJ3h7ygYrp1umq61Zdymxu/8TOex8T5AB uIe4OjJs58dfkFBWctXbEr0CAeLxe8I2HT1v3lKlxFlU5AC3Uo0yGXcKsZNe8re5gD 11QaR4qG7za3fA3nNBOpSitJ7ciMCVfzT3X9lHzBGBGniPy8yv7qnCt2P2QtLL+tTS Ox7P+k82B7zu0cjUMlv2kMcT9F34JzKwSCzn78qW8HCIC1EYdz4sP4pEYr5grV9XFX KLtT3zI66nzmA== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 6F847180083 for ; Mon, 16 Jun 2025 13:51:12 +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.8 required=5.0 tests=BAYES_50,DMARC_MISSING, 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 mint.phcomp.co.uk (freshmint.phcomp.co.uk [78.32.209.33]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) 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 13:51:12 +0000 (UTC) Received: from addw by mint.phcomp.co.uk with local (Exim 4.96) (envelope-from ) id 1uRAGr-0076D5-2S for internals@lists.php.net; Mon, 16 Jun 2025 14:53:09 +0100 Date: Mon, 16 Jun 2025 14:53:09 +0100 To: php internals Subject: Re: [PHP-DEV] Year 2038 issue Message-ID: Mail-Followup-To: php internals 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: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4093d14a-8e53-4843-9a07-c7f1d1f339c5@mabe.berlin> Organization: Parliament Hill Computers Ltd From: addw@phcomp.co.uk (Alain D D Williams) On Mon, Jun 16, 2025 at 03:01:00PM +0200, Marc Bennewitz wrote: > Alternatively, zend_long could be migrated to int64_t or arbitrary integers > like proposed by Andrea Faulds back in 2014 > > What do you think? > https://wiki.php.net/rfc/bigint +1 -- Alain Williams Linux/GNU Consultant - Mail systems, Web sites, Networking, Programmer, IT Lecturer. +44 (0) 787 668 0256 https://www.phcomp.co.uk/ Parliament Hill Computers. Registration Information: https://www.phcomp.co.uk/Contact.html #include