Changes between Initial Version and Version 1 of Ticket #57009
- Timestamp:
- 11/05/2022 11:01:17 PM (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57009 – Description
initial v1 1 This has been going on for the last couple of versions. I develop themes with XAMPP locally and when I install a fresh copy of WordPress (eg: 6.1 now), then turn on debug, I get inundated with "Deprec iated:" notices. For example, fresh install, go to Plugins, and you might see them (see screenshot); install and activate a plugin, such as Classic Editor...sometimes the notices disappear after several refreshes.1 This has been going on for the last couple of versions. I develop themes with XAMPP locally and when I install a fresh copy of WordPress (eg: 6.1 now), then turn on debug, I get inundated with "Deprecated:" notices. For example, fresh install, go to Plugins, and you might see them (see screenshot); install and activate a plugin, such as Classic Editor...sometimes the notices disappear after several refreshes. 2 2 3 3 I get these notices all the time with debugging on, which makes it difficult to test/debug themes. … … 5 5 Examples: 6 6 7 {{{ 8 Deprecated: Return type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\...\wp-includes\Requests\Cookie\Jar.php on line 63 7 9 8 {{{ 9 Deprecated: Return type of Requests_Cookie_Jar::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\xampp\htdocs\naturals\wp-includes\Requests\Cookie\Jar.php on line 63 10 11 Deprecated: Return type of Requests_Cookie_Jar::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\xampp\htdocs\naturals\wp-includes\Requests\Cookie\Jar.php on line 73 10 Deprecated: Return type of Requests_Cookie_Jar::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in D:\...\wp-includes\Requests\Cookie\Jar.php on line 73 12 11 }}} 13 12