Commit 772bb05a76d for php.net
commit 772bb05a76d42083d516c2ef3ccabb64ae7484b4
Merge: 1e8f7ee74b3 6baec6288b3
Author: Ilia Alshanetsky <ilia@ilia.ws>
Date: Sat Sep 19 17:37:06 2026 -0400
Merge branch 'PHP-8.5'
* PHP-8.5:
Fix three Win32-only defects in proc_open descriptor handling
diff --cc NEWS
index 16b92c67d3d,592c19bb1a9..1c02aa9ec65
--- a/NEWS
+++ b/NEWS
@@@ -72,11 -54,12 +72,14 @@@ PH
(Ilia Alshanetsky)
- Standard:
+ . Fixed bug #60110 (fclose(), file_put_contents(), copy() do not return false
+ properly). (Jakub Zelenka, Ilija Tovilo)
+ . Fixed three Windows-only proc_open() defects: an uninitialized
+ PROCESS_INFORMATION, an indeterminate comspec pointer after a failed
+ lookup, and an unchecked CreateFileA() failure. (Ilia Alshanetsky)
-24 Sep 2026, PHP 8.5.11
+10 Sep 2026, PHP 8.6.0beta3
- BCMath:
. Fixed out-of-bounds read in bc_is_zero_for_scale() when scale exceeds