We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e2a4c commit 064ad61Copy full SHA for 064ad61
UPGRADING
@@ -38,6 +38,11 @@ PHP 8.4 UPGRADE NOTES
38
readonly initialization, and was an oversight in the "readonly
39
reinitialization during cloning" implementation.
40
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
+
46
- DOM:
47
. Added DOMNode::compareDocumentPosition() and DOMNode::DOCUMENT_POSITION_*
48
constants.
0 commit comments