Commit 90a9fb59cee for php.net

commit 90a9fb59ceef95254da74587a7c3520660a6e700
Author: Tim Düsterhus <tim@bastelstu.be>
Date:   Thu May 29 23:40:13 2025 +0200

    [skip ci] Remove NEWS for non-master change

    see 6b95875dc5077428936da90ac85328de2dbf3382

diff --git a/NEWS b/NEWS
index 2ae38ccd459..6dffb0cc847 100644
--- a/NEWS
+++ b/NEWS
@@ -53,8 +53,6 @@ PHP                                                                        NEWS
     evaluation) and GH-18464 (Recursion protection for deprecation constants not
     released on bailout). (DanielEScherzer and ilutov)
   . Fixed AST printing for immediately invoked Closure. (Dmitrii Derepko)
-  . Fixed GH-18695 (zend_ast_export() - float number is not preserved).
-    (Oleg Efimov)

 - Curl:
   . Added curl_multi_get_handles(). (timwolla)