From: Jani Taskinen Date: Mon, 17 Aug 2009 17:57:40 +0000 (+0000) Subject: - Fixed bug #49236 (Missing PHP_SUBST(PDO_MYSQL_SHARED_LIBADD)). X-Git-Tag: php-5.2.11RC2~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=844d49f80c2548498c9ac53ed06860f3dcf9c418;p=php - Fixed bug #49236 (Missing PHP_SUBST(PDO_MYSQL_SHARED_LIBADD)). --- diff --git a/NEWS b/NEWS index 2b81839b10..abcd9ce778 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,11 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2009, PHP 5.2.11 +- Added missing sanity checks around exif processing (Ilia) + - Fixed bug #49269 (Ternary operator fails on Iterator object when used inside foreach declaration). (Etienne, Dmitry) - -- Added missing sanity checks around exif processing (Ilia) +- Fixed bug #49236 (Missing PHP_SUBST(PDO_MYSQL_SHARED_LIBADD)). (Jani) 13 Aug 2009, PHP 5.2.11RC1 - Fixed regression in cURL extension that prevented flush of data to output