Skip to content

Commit e3c7b48

Browse files
committed
consolidate NEWS with 5.4
1 parent f32d2ac commit e3c7b48

File tree

1 file changed

+41
-4
lines changed

1 file changed

+41
-4
lines changed

NEWS

Lines changed: 41 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,23 @@ PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? 2013, PHP 5.5.5
44

5-
- Buildsystem:
6-
. Fixed bug #51076 (race condition in shtool's mkdir -p implementation).
7-
(Mike, Raphael Geissert)
8-
95
- Core:
106
. Fixed bug #64979 (Wrong behavior of static variables in closure generators).
117
(Nikita)
8+
. Fixed bug #65322 (compile time errors won't trigger auto loading). (Nikita)
129
. Fixed bug #65821 (By-ref foreach on property access of string offset
1310
segfaults). (Nikita)
1411

1512
- CLI server:
1613
. Fixed bug #65633 (built-in server treat some http headers as
1714
case-sensitive). (Adam)
15+
. Fixed bug #65818 (Segfault with built-in webserver and chunked transfer
16+
encoding). (Felipe)
1817
. Added application/pdf to PHP CLI Web Server mime types (Chris Jones)
1918

2019
- Datetime:
20+
. Fixed bug #64157 (DateTime::createFromFormat() reports confusing error
21+
message). (Boro Sitnikovski)
2122
. Fixed bug #65502 (DateTimeImmutable::createFromFormat returns DateTime).
2223
(Boro Sitnikovski)
2324
. Fixed bug #65548 (Comparison for DateTimeImmutable doesn't work).
@@ -27,6 +28,14 @@ PHP NEWS
2728
. Fixed bug #65708 (dba functions cast $key param to string in-place,
2829
bypassing copy on write). (Adam)
2930

31+
- Filter:
32+
. Add RFC 6598 IPs to reserved addresses. (Sebastian Nohn)
33+
. Fixed bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names).
34+
(Syra)
35+
36+
- FTP:
37+
. Fixed bug #65667 (ftp_nb_continue produces segfault). (Philip Hofstetter)
38+
3039
- GD
3140
. Ensure that the defined interpolation method is used with the generic
3241
scaling methods. (Pierre)
@@ -45,10 +54,29 @@ PHP NEWS
4554
. Fixed issue #135 (segfault in interned strings if initial memory is too
4655
low). (Julien)
4756

57+
- Sockets:
58+
. Fixed bug #65808 (the socket_connect() won't work with IPv6 address).
59+
(Mike)
60+
4861
- SPL:
4962
. Fix bug #64782 (SplFileObject constructor make $context optional / give it
5063
a default value). (Nikita)
5164

65+
- Standard:
66+
. Fixed bug #61548 (content-type must appear at the end of headers for 201
67+
Location to work in http). (Mike)
68+
69+
- XMLReader:
70+
. Fixed bug #51936 (Crash with clone XMLReader). (Mike)
71+
. Fixed bug #64230 (XMLReader does not suppress errors). (Mike)
72+
73+
- Build system:
74+
. Fixed bug #51076 (race condition in shtool's mkdir -p implementation).
75+
(Mike, Raphael Geissert)
76+
. Fixed bug #62396 ('make test' crashes starting with 5.3.14 (missing
77+
gzencode())). (Mike)
78+
79+
5280
19 Sep 2013, PHP 5.5.4
5381

5482
- Core:
@@ -59,6 +87,7 @@ PHP NEWS
5987
DTRACE_FUNCTION_*). (Chris Jones)
6088
. Fixed bug #65483 (quoted-printable encode stream filter incorrectly encoding
6189
spaces). (Michael M Slusarz)
90+
. Fixed bug #65481 (shutdown segfault due to serialize) (Mike)
6291
. Fixed bug #65470 (Segmentation fault in zend_error() with
6392
--enable-dtrace). (Chris Jones, Kris Van Hees)
6493
. Fixed bug #65225 (PHP_BINARY incorrectly set). (Patrick Allaert)
@@ -85,6 +114,10 @@ PHP NEWS
85114
. Fixed bug #64802 (openssl_x509_parse fails to parse subject properly in
86115
some cases). (Mark Jones)
87116

117+
- PDO:
118+
. Fixed bug #64953 (Postgres prepared statement positional parameter
119+
casting). (Mike)
120+
88121
- Session:
89122
. Fixed bug #65475 (Session ID is not initialized properly when strict session
90123
is enabled). (Yasuo)
@@ -95,6 +128,10 @@ PHP NEWS
95128
. Fix issue with return types of password API helper functions. Found via
96129
static analysis by cjones. (Anthony Ferrara)
97130

131+
- Zlib:
132+
. Fixed bug #65391 (Unable to send vary header user-agent when
133+
ob_start('ob_gzhandler') is called) (Mike)
134+
98135
22 Aug 2013, PHP 5.5.3
99136

100137
- Openssl:

0 commit comments

Comments
 (0)