From: Johannes Schlüter Date: Wed, 13 Jun 2012 08:35:58 +0000 (+0200) Subject: Merge PHP 5.3.14 NEWS X-Git-Tag: php-5.3.15RC1~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26cb5706155347815cec5b2fb5af968e31fd55e3;p=php Merge PHP 5.3.14 NEWS --- diff --git a/NEWS b/NEWS index 0541499fc6..0f2dc7e628 100644 --- a/NEWS +++ b/NEWS @@ -59,9 +59,62 @@ PHP NEWS - Zip: . Upgraded libzip to 0.10.1 (Anatoliy) -?? ??? 2012, PHP 5.3.14 +14 Jun 2012, PHP 5.3.14 -(merge after release) +- CLI SAPI: + . Fixed bug #61546 (functions related to current script failed when chdir() + in cli sapi). (Laruence, reeze.xia@gmail.com) + +- CURL: + . Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction). + (Laruence) + +- COM: + . Fixed bug #62146 com_dotnet cannot be built shared. (Johannes) + +- Core: + . Fixed CVE-2012-2143. (Solar Designer) + . Fixed bug #62005 (unexpected behavior when incrementally assigning to a + member of a null object). (Laruence) + . Fixed bug #61730 (Segfault from array_walk modifying an array passed by + reference). (Laruence) + . Fixed missing bound check in iptcparse(). (chris at chiappa.net) + . Fixed bug #61764 ('I' unpacks n as signed if n > 2^31-1 on LP64). (Gustavo) + . Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename + set to null). (Anatoliy) + . Fixed bug #61713 (Logic error in charset detection for htmlentities). + (Anatoliy) + . Fixed bug #61991 (long overflow in realpath_cache_get()). (Anatoliy) + . Changed php://fd to be available only for CLI. + +- Fileinfo: + . Fixed bug #61812 (Uninitialised value used in libmagic). + (Laruence, Gustavo) + +- Iconv extension: + . Fixed a bug that iconv extension fails to link to the correct library + when another extension makes use of a library that links to the iconv + library. See https://bugs.gentoo.org/show_bug.cgi?id=364139 for detail. + (Moriyoshi) + +- Intl: + . Fixed bug #62082 (Memory corruption in internal function + get_icu_disp_value_src_php()). (Gustavo) + +- JSON + . Fixed bug #61537 (json_encode() incorrectly truncates/discards + information). (Adam) + +- PDO: + . Fixed bug #61755 (A parsing bug in the prepared statements can lead to + access violations). (Johannes) + +- Phar: + . Fix bug #61065 (Secunia SA44335). (Rasmus) + +- Streams: + . Fixed bug #61961 (file_get_contents leaks when access empty file with + maxlen set). (Reeze) 08 May 2012, PHP 5.3.13 - CGI