Changes between Version 1 and Version 2 of Ticket #51525, comment 31
- Timestamp:
- 08/08/2024 01:00:18 AM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51525, comment 31
v1 v2 1 1 @dmsnell While I appreciate the idea, I don't think empirical data has any value in this case. 2 2 3 It's been four years since PHP 8.0 has been released, so most commonly used plugins will have put guard code in to prevent acting on incorrect/unexpected input data to prevent their reputation being damage sby other plugins/themes doing it wrong.3 It's been four years since PHP 8.0 has been released, so most commonly used plugins will have put guard code in to prevent acting on incorrect/unexpected input data to prevent their reputation being damaged by other plugins/themes doing it wrong. 4 4 And that includes Core too in a number of places. 5 5