1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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
16
4
17
5
- CLI Server:
18
6
. Implemented FR #61977 (Need CLI web-server support for files with .htm &
@@ -23,12 +11,13 @@ PHP NEWS
23
11
. Fixed bug #61546 (functions related to current script failed when chdir()
24
12
in cli sapi). (Laruence,
[email protected] )
25
13
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)
29
16
30
17
- Core:
31
18
. 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)
32
21
. Fixed bug #62005 (unexpected behavior when incrementally assigning to a
33
22
member of a null object). (Laruence)
34
23
. Fixed bug #61978 (Object recursion not detected for classes that implement
@@ -54,6 +43,18 @@ PHP NEWS
54
43
set to null). (Anatoliy)
55
44
. Changed php://fd to be available only for CLI.
56
45
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
+
57
58
- Phar:
58
59
. Fix bug #61065 (Secunia SA44335, CVE-2012-2386). (Rasmus)
59
60
0 commit comments