mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[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 ?
This commit is contained in:
parent
51a557ee62
commit
cb8df212aa
1 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,11 @@ PHP 8.4 UPGRADE NOTES
|
|||
readonly initialization, and was an oversight in the "readonly
|
||||
reinitialization during cloning" implementation.
|
||||
|
||||
- DBA:
|
||||
. dba_open() and dba_popen() will now return a Dba\Connection
|
||||
object rather than a resource. Return value checks using is_resource()
|
||||
should be replaced with checks for `false`.
|
||||
|
||||
- DOM:
|
||||
. Added DOMNode::compareDocumentPosition() and DOMNode::DOCUMENT_POSITION_*
|
||||
constants.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue