Changes between Version 1 and Version 2 of Ticket #49161, comment 6
- Timestamp:
- 11/06/2021 02:21:20 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49161, comment 6
v1 v2 13 13 2. When `big_image_size_threshold` is on, error checks are incomplete in the code, marked `// TODO: Log errors.` 14 14 15 2a. On failures of the image editor engine, big threshold and exif rotations (handled in the same function) fail silently, leaving the image sizing and naming data unchanged, if the visit hasn't timed out or crashed.15 3. On failures of the image editor engine, big threshold and exif rotations (handled in the same function) fail silently, leaving the image sizing and naming data unchanged, if the visit hasn't timed out or crashed. 16 16 17 3. This feature copies a big image to fairly big image, so creates probably the weakest point in the code for memory usage and processing timeouts, if they occur.17 4. This feature copies a big image to fairly big image, so creates probably the weakest point in the code for memory usage and processing timeouts, if they occur. 18 18 19 19 I tested on the latest release, 5.8.1. The most relevant file, `wp-admin/includes/image.php` is the same in trunk.