[ci skip] NEWS for GH-14650

This commit is contained in:
Arnaud Le Blanc 2024-06-24 16:53:11 +02:00
parent e3c9f5a585
commit ab9a0295c5
No known key found for this signature in database
GPG key ID: 0098C05DD15ABC13

4
NEWS
View file

@ -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)