File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,21 @@ PHP 8.0 UPGRADE NOTES
87
87
. mktime() and gmmktime() now require at least one argument. time() can be
88
88
used to get the current timestamp.
89
89
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
+
90
105
- Exif:
91
106
. Removed read_exif_data(). exif_read_data() should be used instead.
92
107
@@ -156,7 +171,7 @@ PHP 8.0 UPGRADE NOTES
156
171
- PDO:
157
172
. The method PDOStatement::setFetchMode() now accepts the following signature:
158
173
159
- PDOStatement::setFetchMode($mode, $classname, $params)
174
+ PDOStatement::setFetchMode($mode, $classname, $params)
160
175
161
176
- PDO_ODBC:
162
177
. The php.ini directive pdo_odbc.db2_instance_name has been removed
You can’t perform that action at this time.
0 commit comments