Changes between Initial Version and Version 9 of Ticket #54943
- Timestamp:
- 08/07/2023 07:20:26 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54943
- Property Keywords has-patch reporter-feedback needs-testing-info needs-unit-tests changes-requested added; needs-patch removed
-
Property
Type
changed from
enhancementtodefect (bug) -
Property
Component
changed from
GeneraltoMedia -
Property
Summary
changed from
PHP Warnings on PHP >= 8toimage_get_intermediate_size(): size data is a bool, not an array throws notice / warning
-
Ticket #54943 – Description
initial v9 1 While testing my website on PHP8.0 (in my example opening the blog page), I noticed the following two warnings in the error log: 2 1 While testing my website on PHP 8.0 (in my example opening the blog page), I noticed the following two warnings in the error log: 3 2 4 3 {{{ … … 7 6 }}} 8 7 9 I also noticed with a fresh install of wordpress. PHP 7.4 works great. 8 PHP 7.4 throws a Notice. 9 10 I also noticed with a fresh install of wordpress.