Skip to content

Commit d939ce5

Browse files
committed
merge NEWS, add #61755
1 parent 4c3575f commit d939ce5

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

NEWS

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
30 May 2012, PHP 5.4.4 RC2
4-
- COM:
5-
. Fixed bug #62146 com_dotnet cannot be built shared. (Johannes)
6-
7-
- Core:
8-
. Fixed CVE-2012-2143. (Solar Designer)
9-
. Fixed bug #62097 (fix for for bug #54547). (Gustavo)
10-
11-
- Intl:
12-
. Fixed bug #62082 (Memory corruption in internal function
13-
get_icu_disp_value_src_php()). (Gustavo)
14-
15-
17 May 2012, PHP 5.4.4 RC1
3+
14 Jun 2012, PHP 5.4.4
164

175
- CLI Server:
186
. Implemented FR #61977 (Need CLI web-server support for files with .htm &
@@ -23,12 +11,13 @@ PHP NEWS
2311
. Fixed bug #61546 (functions related to current script failed when chdir()
2412
in cli sapi). (Laruence, [email protected])
2513

26-
- CURL:
27-
. Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction).
28-
(Laruence)
14+
- COM:
15+
. Fixed bug #62146 com_dotnet cannot be built shared. (Johannes)
2916

3017
- Core:
3118
. Fixed missing bound check in iptcparse(). (chris at chiappa.net)
19+
. Fixed CVE-2012-2143. (Solar Designer)
20+
. Fixed bug #62097 (fix for for bug #54547). (Gustavo)
3221
. Fixed bug #62005 (unexpected behavior when incrementally assigning to a
3322
member of a null object). (Laruence)
3423
. Fixed bug #61978 (Object recursion not detected for classes that implement
@@ -54,6 +43,18 @@ PHP NEWS
5443
set to null). (Anatoliy)
5544
. Changed php://fd to be available only for CLI.
5645

46+
- CURL:
47+
. Fixed bug #61948 (CURLOPT_COOKIEFILE '' raises open_basedir restriction).
48+
(Laruence)
49+
50+
- Intl:
51+
. Fixed bug #62082 (Memory corruption in internal function
52+
get_icu_disp_value_src_php()). (Gustavo)
53+
54+
- PDO:
55+
. Fixed bug #61755 (A parsing bug in the prepared statements can lead to
56+
access violations). (Johannes)
57+
5758
- Phar:
5859
. Fix bug #61065 (Secunia SA44335, CVE-2012-2386). (Rasmus)
5960

0 commit comments

Comments
 (0)