diff --git a/NEWS b/NEWS index 9bf3d19620f..f406b05dc3a 100644 --- a/NEWS +++ b/NEWS @@ -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)