Commit 9db074d2add for php.net

commit 9db074d2add8c03cf1516f4fcbb33ed7767425a7
Merge: e3c23015a02 46a15ed439c
Author: Niels Dossche <7771979+ndossche@users.noreply.github.com>
Date:   Sun Nov 16 21:28:57 2025 +0100

    Merge branch 'PHP-8.3' into PHP-8.4

    * PHP-8.3:
      Fix crash in property existence test in ext/zip

diff --cc NEWS
index 9f067c16124,fc03fd36f15..c6ac3aa4f01
--- a/NEWS
+++ b/NEWS
@@@ -46,7 -42,10 +46,10 @@@ PH
    . Fixed bug GH-20439 (xml_set_default_handler() does not properly handle
      special characters in attributes when passing data to callback). (ndossche)

+ - Zip:
+   . Fix crash in property existence test. (ndossche)
+
 -20 Nov 2025, PHP 8.3.28
 +20 Nov 2025, PHP 8.4.15

  - Core:
    . Fixed bug GH-19934 (CGI with auto_globals_jit=0 causes uouv). (ilutov)