From: Jani Taskinen Date: Sun, 28 Jun 2009 15:40:00 +0000 (+0000) Subject: - Typo, removed BOM (this file was supposed to be just ascii..right? :) X-Git-Tag: php-5.2.11RC1~225 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9729792378b3c813d49fce338e2f24c13df7e5c4;p=php - Typo, removed BOM (this file was supposed to be just ascii..right? :) --- diff --git a/NEWS b/NEWS index 962985bcc5..a9782685f9 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,8 @@ -PHP NEWS +PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2009, PHP 5.2.11 -- Fixed regerssion in curl that prevented flush of data to output defined as - a file handle. (Ilia) +- Fixed regression in cURL extension that prevented flush of data to output + defined as a file handle. (Ilia) - Fixed bug #48693 (Double declaration of __lambda_func when lambda wrongly formatted). (peter at lvp-media dot com, Felipe)