Skip to content

Commit 873b548

Browse files
committed
Upgrading notes for removed ext/dom classes.
1 parent 25bfac4 commit 873b548

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

UPGRADING

+16-1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,21 @@ PHP 8.0 UPGRADE NOTES
8787
. mktime() and gmmktime() now require at least one argument. time() can be
8888
used to get the current timestamp.
8989

90+
- dom:
91+
. Remove unimplemented classes from ext/dom that had no behavior and contained
92+
test data. These classes have also been removed in the latest version of DOM
93+
standard:
94+
95+
* DOMNameList
96+
* DomImplementationList
97+
* DOMConfiguration
98+
* DomError
99+
* DomErrorHandler
100+
* DOMImplementationSource
101+
* DOMLocator
102+
* DOMUserDataHandler
103+
* DOMTypeInfo
104+
90105
- Exif:
91106
. Removed read_exif_data(). exif_read_data() should be used instead.
92107

@@ -156,7 +171,7 @@ PHP 8.0 UPGRADE NOTES
156171
- PDO:
157172
. The method PDOStatement::setFetchMode() now accepts the following signature:
158173

159-
PDOStatement::setFetchMode($mode, $classname, $params)
174+
PDOStatement::setFetchMode($mode, $classname, $params)
160175

161176
- PDO_ODBC:
162177
. The php.ini directive pdo_odbc.db2_instance_name has been removed

0 commit comments

Comments
 (0)