You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dockerfiles/ci/xfail_tests/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,3 +211,9 @@ The exact PHP version that a given test checks this env var varies, but these
211
211
are some tests which are skipped for older versions which don't check it:
212
212
213
213
-`ext/sockets/tests/socket_shutdown.phpt`
214
+
215
+
## `Zend/tests/disable_classes_warning.phpt`
216
+
217
+
Disabled on versions: `8.5+`.
218
+
219
+
PHP 8.5 completely removed the `disable_classes` INI directive (see [RFC](https://wiki.php.net/rfc/remove_disable_classes)). This test verifies warning behavior when using the removed directive. The test expects 0 warnings but with the DD tracer loaded it returns 1, likely due to the tracer initialization triggering an unrelated warning.
0 commit comments