From ab9a0295c566f9c34e395ffead8d030e60524cce Mon Sep 17 00:00:00 2001 From: Arnaud Le Blanc Date: Mon, 24 Jun 2024 16:53:11 +0200 Subject: [PATCH] [ci skip] NEWS for GH-14650 --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6feb44d4b9b..02ccd40f693 100644 --- a/NEWS +++ b/NEWS @@ -27,7 +27,9 @@ PHP NEWS . Improve randomness of uploaded file names and files created by tempnam(). (Arnaud) . Added gc and shutdown callbacks to zend_mm custom handlers. - (Florian Engelhardt). + (Florian Engelhardt) + . Fixed bug GH-14650 (Compute the size of pages before allocating memory). + (Julien Voisin) - Curl: . Deprecated the CURLOPT_BINARYTRANSFER constant. (divinity76)