@@ -59,9 +59,62 @@ PHP NEWS
59
59
- Zip:
60
60
. Upgraded libzip to 0.10.1 (Anatoliy)
61
61
62
- ?? ??? 2012, PHP 5.3.14
62
+ 14 Jun 2012, PHP 5.3.14
63
63
64
- (merge after release)
64
+ - CLI SAPI:
65
+ . Fixed bug #61546 (functions related to current script failed when chdir()
66
+ in cli sapi). (Laruence,
[email protected] )
67
+
68
+ - CURL:
69
+ . Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction).
70
+ (Laruence)
71
+
72
+ - COM:
73
+ . Fixed bug #62146 com_dotnet cannot be built shared. (Johannes)
74
+
75
+ - Core:
76
+ . Fixed CVE-2012-2143. (Solar Designer)
77
+ . Fixed bug #62005 (unexpected behavior when incrementally assigning to a
78
+ member of a null object). (Laruence)
79
+ . Fixed bug #61730 (Segfault from array_walk modifying an array passed by
80
+ reference). (Laruence)
81
+ . Fixed missing bound check in iptcparse(). (chris at chiappa.net)
82
+ . Fixed bug #61764 ('I' unpacks n as signed if n > 2^31-1 on LP64). (Gustavo)
83
+ . Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename
84
+ set to null). (Anatoliy)
85
+ . Fixed bug #61713 (Logic error in charset detection for htmlentities).
86
+ (Anatoliy)
87
+ . Fixed bug #61991 (long overflow in realpath_cache_get()). (Anatoliy)
88
+ . Changed php://fd to be available only for CLI.
89
+
90
+ - Fileinfo:
91
+ . Fixed bug #61812 (Uninitialised value used in libmagic).
92
+ (Laruence, Gustavo)
93
+
94
+ - Iconv extension:
95
+ . Fixed a bug that iconv extension fails to link to the correct library
96
+ when another extension makes use of a library that links to the iconv
97
+ library. See https://bugs.gentoo.org/show_bug.cgi?id=364139 for detail.
98
+ (Moriyoshi)
99
+
100
+ - Intl:
101
+ . Fixed bug #62082 (Memory corruption in internal function
102
+ get_icu_disp_value_src_php()). (Gustavo)
103
+
104
+ - JSON
105
+ . Fixed bug #61537 (json_encode() incorrectly truncates/discards
106
+ information). (Adam)
107
+
108
+ - PDO:
109
+ . Fixed bug #61755 (A parsing bug in the prepared statements can lead to
110
+ access violations). (Johannes)
111
+
112
+ - Phar:
113
+ . Fix bug #61065 (Secunia SA44335). (Rasmus)
114
+
115
+ - Streams:
116
+ . Fixed bug #61961 (file_get_contents leaks when access empty file with
117
+ maxlen set). (Reeze)
65
118
66
119
08 May 2012, PHP 5.3.13
67
120
- CGI
0 commit comments