Skip to content

Commit 26cb570

Browse files
committed
Merge PHP 5.3.14 NEWS
1 parent f0d6059 commit 26cb570

File tree

1 file changed

+55
-2
lines changed

1 file changed

+55
-2
lines changed

NEWS

Lines changed: 55 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,62 @@ PHP NEWS
5959
- Zip:
6060
. Upgraded libzip to 0.10.1 (Anatoliy)
6161

62-
?? ??? 2012, PHP 5.3.14
62+
14 Jun 2012, PHP 5.3.14
6363

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)
65118

66119
08 May 2012, PHP 5.3.13
67120
- CGI

0 commit comments

Comments
 (0)