Skip to content

Commit e40da26

Browse files
committed
Update NEWS
1 parent 6c96369 commit e40da26

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

NEWS

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ PHP NEWS
1212
(cmb)
1313
. Fixed bug #69044 (discrepency between time and microtime). (krakjoe)
1414

15+
- DOM:
16+
. Add property DOMXPath::$registerNodeNamespaces and constructor argument
17+
that allow global flag to configure query() or evaluate() calls.
18+
1519
- GD:
1620
. Replaced gd resources with objects. (Mark Randall)
1721
. Removed deprecated image2wbmp(). (cmb)
@@ -30,7 +34,7 @@ PHP NEWS
3034
. Removed the unused $is_hex parameter from mb_decode_numericentity(). (cmb)
3135

3236
- 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
3438
are used). (fabiomsouto)
3539

3640
- mysqlnd:
@@ -51,11 +55,11 @@ PHP NEWS
5155
. Fixed bug #77805 (phpdbg build fails when readline is shared). (krakjoe)
5256

5357
- 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
5559
handlers). (bshaffer)
5660

5761
- 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).
5963
(eriklundin)
6064

6165
- sodium:
@@ -64,7 +68,7 @@ PHP NEWS
6468
- Standard:
6569
. Fixed bug #77204 (getimagesize(): Read error! should mention file path).
6670
(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
6872
filter). (kkopachev)
6973

7074
- tidy:

0 commit comments

Comments
 (0)