Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:125089 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 qa.php.net (Postfix) with ESMTPS id 4E6491A00BD for ; Wed, 21 Aug 2024 09:29:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1724232707; bh=GE9fpPRwDgwC96o5CmVjZ6xwI1g+KEUK3pcmpvQ1Hk0=; h=Date:From:To:Subject:In-Reply-To:References:From; b=YF2QD0JadWPG3SvNzTf4v51AiQQ7GRgNGb+JrI5+0VtDwLTd9ZxTNIQ7PSpLDoM/2 6jZ++UE4wgkQtlV5Mzs7LLWHHmxrLrsNRl7aJUqk+W0hyVLOSqe277U7dvuYYoffQh AyGM8cHP1V1TUk62Ld+ix4GuzChVqQTUDFsCt7x2fsle2N6NfUerDtxOnKrlIqeTow WR0bE7JS7ArryH+5BPfhpT7b8WaxpeKurNUX7nX+Fjnv5AoM2wuVScZgS4PD+b32DZ z99Z+RTErSGzOc+fu0biUyHlVX+ATWroRTg6A/23+hNfIOdWEaOEXSLRjFnucvfaw9 b5UWjg8xK9t0w== Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 45BCF180055 for ; Wed, 21 Aug 2024 09:31:47 +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=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.0 X-Spam-Virus: No 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 ; Wed, 21 Aug 2024 09:31:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=php.net; s=mail; t=1724232595; bh=GE9fpPRwDgwC96o5CmVjZ6xwI1g+KEUK3pcmpvQ1Hk0=; h=Date:From:To:Subject:In-Reply-To:References:From; b=HDuUj4aC0GWCNV+a0PQtoUTvXQPa2jyrD0gldxKN0gGXmJL2ozO58DBqHOi9dH4tJ zejzl5qnAAWzISmcprwCHduM52xlU5+lUQ9rrrvczVPyufU/goCWq0OI/mTX/ojax2 QWNRXT4EGJm69wZ0TGZlhHs+vShgvdBFirQ1fPhyETBGCR0c35zAnykFUHNrG3nXpA Srtl8L4kNr0Ef695aXBffi1h1uIq8Ja89NNXtXC3X+MVuSo734OYiFQxBhCMLWYnJF G/akvNMuehIUyORcinAfOgXKFOLMNL+b9q4Fo0x7JMWI4aHC6k6i/at4FAwlpIFCmU iz1SrYbU7qZKg== Received: from [127.0.0.1] (unknown [85.255.234.124]) by xdebug.org (Postfix) with ESMTPSA id 2FB8610C04F; Wed, 21 Aug 2024 10:29:55 +0100 (BST) Date: Wed, 21 Aug 2024 10:29:54 +0100 To: internals@lists.php.net, Marc Bennewitz , PHP internals Subject: Re: [PHP-DEV] DatePeriod microsecond support User-Agent: K-9 Mail for Android In-Reply-To: <10ddddb0-6bd0-4727-a793-4b0276fbd9bd@mabe.berlin> References: <10ddddb0-6bd0-4727-a793-4b0276fbd9bd@mabe.berlin> Message-ID: 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-Transfer-Encoding: quoted-printable From: derick@php.net (Derick Rethans) On 21 August 2024 09:59:53 BST, Marc Bennewitz wrote: >Hi, > >The DatePeriod class works based on DateTimeInterface but does not take t= he microsecond of the date-time instance into account [1]=2E >To fix that I have opened a small PR [2] 2 months ago which got approved = quickly as well but nothing more happened until then=2E > > >I'm wring here to kindly ask if this can be merged to be included in 8=2E= 4 or if I should do something else? > >[1] https://github=2Ecom/php/php-src/issues/13773 >[2] https://github=2Ecom/php/php-src/pull/14581 > >Thanks, >Marc > I'll get this sorted=2E IMO this is also a bug fix, but as we are in featu= re freeze I'll ask thr release managers=2E=20 cheers Derick