Skip to content

Commit c08e2c8

Browse files
committed
fix NEWS
1 parent 7262bf6 commit c08e2c8

File tree

1 file changed

+19
-5
lines changed

1 file changed

+19
-5
lines changed

NEWS

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? 2012, PHP 5.4.10
44

5-
?? ??? 2012, PHP 5.4.9
6-
75
- Core:
86
. Fixed bug #63468 (wrong called method as callback with inheritance).
97
(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:
1015
. Fixed bug #63305 (zend_mm_heap corrupted with traits). (Dmitry, Laruence)
1116
. Fixed bug #63369 ((un)serialize() leaves dangling pointers, causes crashes).
1217
(Tony, Andrew Sitnikov)
@@ -41,17 +46,26 @@ PHP NEWS
4146
(Dmitry, Laruence)
4247
. Fixed bug #63284 (Upgrade PCRE to 8.31). (Anatoliy)
4348

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+
4457
- Phar:
4558
. Fixed bug #63297 (Phar fails to write an openssl based signature).
4659
(Anatoliy)
4760

61+
- Streams:
62+
. Fixed bug #63240 (stream_get_line() return contains delimiter string).
63+
(Tjerk, Gustavo)
64+
4865
- Reflection:
4966
. Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves
5067
traitnames). (Laruence)
5168

52-
- Apache2 Handler SAPI:
53-
. Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy)
54-
5569
18 Oct 2012, PHP 5.4.8
5670

5771
- CLI server:

0 commit comments

Comments
 (0)