Plugin crashing under PHP 8.4
-
Hello, I ran in to a problem with this plugin. When upgrading from PHP 8.3 to 8.4, the plugin causes a memory allocation error:
[28-Feb-2025 16:02:14 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2822 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:04:26 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2822 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:04:29 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2822 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:04:31 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2822 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:04:33 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2822 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:04:41 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2822 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:04:43 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2822 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:06:03 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2822 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:08:26 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2687 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:08:42 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 864 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:08:55 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2687 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:09:16 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2687 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:10:35 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 864 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:13:16 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 1041 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:13:58 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 1041 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:14:19 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 1041 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:14:34 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 1059 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:14:59 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2746 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:19:55 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 882 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273
[28-Feb-2025 16:20:07 UTC] PHP Fatal error: Possible integer overflow in memory allocation (2 * 2725 + 32) in [DOCROOT]\wp-includes\shortcodes.php on line 273Adjusting php memory limits does not fix the error. Downgrading to PHP 8.3 does fix the issue.
Can you take a look at the error with 8.4? Thanks!
- You must be logged in to reply to this topic.