File tree Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,16 @@ PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? 2012, PHP 5.4.10
4
4
5
- ?? ??? 2012, PHP 5.4.9
6
-
7
5
- Core:
8
6
. Fixed bug #63468 (wrong called method as callback with inheritance).
9
7
(Laruence)
8
+
9
+ - Apache2 Handler SAPI:
10
+ . Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy)
11
+
12
+ 22 Nov 2012, PHP 5.4.9
13
+
14
+ - Core:
10
15
. Fixed bug #63305 (zend_mm_heap corrupted with traits). (Dmitry, Laruence)
11
16
. Fixed bug #63369 ((un)serialize() leaves dangling pointers, causes crashes).
12
17
(Tony, Andrew Sitnikov)
@@ -41,17 +46,26 @@ PHP NEWS
41
46
(Dmitry, Laruence)
42
47
. Fixed bug #63284 (Upgrade PCRE to 8.31). (Anatoliy)
43
48
49
+ - PDO:
50
+ . Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec).
51
+ (Martin Osvald, Remi)
52
+
53
+ - PDO_pgsql:
54
+ . Fixed bug #62593 (Emulate prepares behave strangely with PARAM_BOOL).
55
+ (Will Fitch)
56
+
44
57
- Phar:
45
58
. Fixed bug #63297 (Phar fails to write an openssl based signature).
46
59
(Anatoliy)
47
60
61
+ - Streams:
62
+ . Fixed bug #63240 (stream_get_line() return contains delimiter string).
63
+ (Tjerk, Gustavo)
64
+
48
65
- Reflection:
49
66
. Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves
50
67
traitnames). (Laruence)
51
68
52
- - Apache2 Handler SAPI:
53
- . Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy)
54
-
55
69
18 Oct 2012, PHP 5.4.8
56
70
57
71
- CLI server:
You can’t perform that action at this time.
0 commit comments