summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2012-06-13 10:35:58 +0200
committerJohannes Schlüter <johannes@php.net>2012-06-13 10:35:58 +0200
commit26cb5706155347815cec5b2fb5af968e31fd55e3 (patch)
tree4d45b84c0a46216e10ad8e8414a8192a2f094da2
parentf0d6059389c0d00e6fa4a890b69d422aab8c3b0d (diff)
downloadphp-git-26cb5706155347815cec5b2fb5af968e31fd55e3.tar.gz
Merge PHP 5.3.14 NEWS
-rw-r--r--NEWS57
1 files changed, 55 insertions, 2 deletions
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