Commit c1c3bcc46b9 for php.net

commit c1c3bcc46b9a7b9bfd8f53e91d738a071b908a40
Merge: 14ea97aa03d 038e53420b3
Author: Niels Dossche <7771979+ndossche@users.noreply.github.com>
Date:   Sat Dec 13 11:58:25 2025 +0100

    Merge branch 'PHP-8.3' into PHP-8.4

    * PHP-8.3:
      standard: Fix error check for proc_open() command

diff --cc NEWS
index 4eb71a93cec,007faa02495..76ce9021b7c
--- a/NEWS
+++ b/NEWS
@@@ -15,8 -15,11 +15,11 @@@ PH

  - LDAP:
    . Fix memory leak in ldap_set_options(). (ndossche)
+
+ - Standard:
+   . Fix error check for proc_open() command. (ndossche)
 -
 -18 Dec 2025, PHP 8.3.29
 +
 +18 Dec 2025, PHP 8.4.16

  - Core:
    . Sync all boost.context files with release 1.86.0. (mvorisek)