Skip to content

Commit 064ad61

Browse files
committed
[skip ci] 8.4 | UPGRADING: add missing entry for DBA resource to object migration
Ref: 14329 P.S.: looks like 14282 also doesn't have a mention, but that PR doesn't appear to have an impact on userland - maybe a NEWS entry ?
1 parent 67e2a4c commit 064ad61

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UPGRADING

+5
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ PHP 8.4 UPGRADE NOTES
3838
readonly initialization, and was an oversight in the "readonly
3939
reinitialization during cloning" implementation.
4040

41+
- DBA:
42+
. dba_open() and dba_popen() will now return a Dba\Connection
43+
object rather than a resource. Return value checks using is_resource()
44+
should be replaced with checks for `false`.
45+
4146
- DOM:
4247
. Added DOMNode::compareDocumentPosition() and DOMNode::DOCUMENT_POSITION_*
4348
constants.

0 commit comments

Comments
 (0)