[Plugin: Better WordPress Minify] Fatal error when using PHP 5.4.0
-
After upgrading to PHP 5.4.0 the following fatal error occurred:
Fatal error: Call-time pass-by-reference has been removed in wp-content/plugins/bwp-minify/includes/class-bwp-minify.php on line 717
Passing by reference should be noted in the function parameter list and not in the variable being sent, https://www.php.net/manual/en/language.references.pass.php
This patch fixes the issue at least for me
https://files.0x539.se/random/bwp-minify-call-time-pass-by-reference.patch
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: Better WordPress Minify] Fatal error when using PHP 5.4.0’ is closed to new replies.