[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(). . Improve randomness of uploaded file names and files created by tempnam().
(Arnaud) (Arnaud)
. Added gc and shutdown callbacks to zend_mm custom handlers. . 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: - Curl:
. Deprecated the CURLOPT_BINARYTRANSFER constant. (divinity76) . Deprecated the CURLOPT_BINARYTRANSFER constant. (divinity76)