File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ PHP NEWS
12
12
(cmb)
13
13
. Fixed bug #69044 (discrepency between time and microtime). (krakjoe)
14
14
15
+ - DOM:
16
+ . Add property DOMXPath::$registerNodeNamespaces and constructor argument
17
+ that allow global flag to configure query() or evaluate() calls.
18
+
15
19
- GD:
16
20
. Replaced gd resources with objects. (Mark Randall)
17
21
. Removed deprecated image2wbmp(). (cmb)
@@ -30,7 +34,7 @@ PHP NEWS
30
34
. Removed the unused $is_hex parameter from mb_decode_numericentity(). (cmb)
31
35
32
36
- MySQLi:
33
- . Fixed bug #76809 (SSL settings aren't respected when persistent connections
37
+ . Fixed bug #76809 (SSL settings aren't respected when persistent connections
34
38
are used). (fabiomsouto)
35
39
36
40
- mysqlnd:
@@ -51,11 +55,11 @@ PHP NEWS
51
55
. Fixed bug #77805 (phpdbg build fails when readline is shared). (krakjoe)
52
56
53
57
- Session:
54
- . Fixed bug #78624 (session_gc return value for user defined session
58
+ . Fixed bug #78624 (session_gc return value for user defined session
55
59
handlers). (bshaffer)
56
60
57
61
- SimpleXML:
58
- . Fixed bug #75245 (Don't set content of elements with only whitespaces).
62
+ . Fixed bug #75245 (Don't set content of elements with only whitespaces).
59
63
(eriklundin)
60
64
61
65
- sodium:
@@ -64,7 +68,7 @@ PHP NEWS
64
68
- Standard:
65
69
. Fixed bug #77204 (getimagesize(): Read error! should mention file path).
66
70
(peter279k)
67
- . Fixed bug #76859 (stream_get_line skips data if used with data-generating
71
+ . Fixed bug #76859 (stream_get_line skips data if used with data-generating
68
72
filter). (kkopachev)
69
73
70
74
- tidy:
You can’t perform that action at this time.
0 commit comments