Merge branch 'PHP-8.3'

* PHP-8.3:
  fix memleak due to missing `pthread_attr_destroy()`-call
This commit is contained in:
Arnaud Le Blanc 2024-06-10 16:10:06 +02:00
commit 11a46b31d9
No known key found for this signature in database
GPG key ID: 0098C05DD15ABC13

2
NEWS
View file

@ -26,8 +26,6 @@ PHP NEWS
. Adjusted closure names to include the parent function's name. (timwolla)
. Improve randomness of uploaded file names and files created by tempnam().
(Arnaud)
. Fixed bug GH-14510 (memleak due to missing pthread_attr_destroy()-call).
(Florian Engelhardt)
- Curl:
. Deprecated the CURLOPT_BINARYTRANSFER constant. (divinity76)