@@ -2,22 +2,23 @@ PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? 2013, PHP 5.5.5
4
4
5
- - Buildsystem:
6
- . Fixed bug #51076 (race condition in shtool's mkdir -p implementation).
7
- (Mike, Raphael Geissert)
8
-
9
5
- Core:
10
6
. Fixed bug #64979 (Wrong behavior of static variables in closure generators).
11
7
(Nikita)
8
+ . Fixed bug #65322 (compile time errors won't trigger auto loading). (Nikita)
12
9
. Fixed bug #65821 (By-ref foreach on property access of string offset
13
10
segfaults). (Nikita)
14
11
15
12
- CLI server:
16
13
. Fixed bug #65633 (built-in server treat some http headers as
17
14
case-sensitive). (Adam)
15
+ . Fixed bug #65818 (Segfault with built-in webserver and chunked transfer
16
+ encoding). (Felipe)
18
17
. Added application/pdf to PHP CLI Web Server mime types (Chris Jones)
19
18
20
19
- Datetime:
20
+ . Fixed bug #64157 (DateTime::createFromFormat() reports confusing error
21
+ message). (Boro Sitnikovski)
21
22
. Fixed bug #65502 (DateTimeImmutable::createFromFormat returns DateTime).
22
23
(Boro Sitnikovski)
23
24
. Fixed bug #65548 (Comparison for DateTimeImmutable doesn't work).
@@ -27,6 +28,14 @@ PHP NEWS
27
28
. Fixed bug #65708 (dba functions cast $key param to string in-place,
28
29
bypassing copy on write). (Adam)
29
30
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
+
30
39
- GD
31
40
. Ensure that the defined interpolation method is used with the generic
32
41
scaling methods. (Pierre)
@@ -45,10 +54,29 @@ PHP NEWS
45
54
. Fixed issue #135 (segfault in interned strings if initial memory is too
46
55
low). (Julien)
47
56
57
+ - Sockets:
58
+ . Fixed bug #65808 (the socket_connect() won't work with IPv6 address).
59
+ (Mike)
60
+
48
61
- SPL:
49
62
. Fix bug #64782 (SplFileObject constructor make $context optional / give it
50
63
a default value). (Nikita)
51
64
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
+
52
80
19 Sep 2013, PHP 5.5.4
53
81
54
82
- Core:
@@ -59,6 +87,7 @@ PHP NEWS
59
87
DTRACE_FUNCTION_*). (Chris Jones)
60
88
. Fixed bug #65483 (quoted-printable encode stream filter incorrectly encoding
61
89
spaces). (Michael M Slusarz)
90
+ . Fixed bug #65481 (shutdown segfault due to serialize) (Mike)
62
91
. Fixed bug #65470 (Segmentation fault in zend_error() with
63
92
--enable-dtrace). (Chris Jones, Kris Van Hees)
64
93
. Fixed bug #65225 (PHP_BINARY incorrectly set). (Patrick Allaert)
@@ -85,6 +114,10 @@ PHP NEWS
85
114
. Fixed bug #64802 (openssl_x509_parse fails to parse subject properly in
86
115
some cases). (Mark Jones)
87
116
117
+ - PDO:
118
+ . Fixed bug #64953 (Postgres prepared statement positional parameter
119
+ casting). (Mike)
120
+
88
121
- Session:
89
122
. Fixed bug #65475 (Session ID is not initialized properly when strict session
90
123
is enabled). (Yasuo)
@@ -95,6 +128,10 @@ PHP NEWS
95
128
. Fix issue with return types of password API helper functions. Found via
96
129
static analysis by cjones. (Anthony Ferrara)
97
130
131
+ - Zlib:
132
+ . Fixed bug #65391 (Unable to send vary header user-agent when
133
+ ob_start('ob_gzhandler') is called) (Mike)
134
+
98
135
22 Aug 2013, PHP 5.5.3
99
136
100
137
- Openssl:
0 commit comments