-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support PHP 8.3 and PHP 8.4, WordPress 6.7.1 and PHPUnit 10 & 11 #116
Comments
PHP 8.4 will be released in November and already has a published EOL date in 2028. |
I got the following message when defining Trace files for the first time in s.b/officialcaravan
|
With PHP 8.4 installed I got the following message [23-Nov-2024 15:42:30 UTC] PHP Deprecated: Constant E_STRICT is deprecated in C:\apache\htdocs\wordpress\wp-content\plugins\oik-bwtrace\includes\bwtrace-actions.php on line 256 |
Now that PHP 8.4 has been released we need to test with that version See bobbingwide/bobbingwide#141 Having followed the process documented here bobbingwide/bobbingwide#141 (comment) |
Update code and tests to support PHP 8.3
See https://github.com/bobbingwide/bobbingwide
Specifically, cater for PHP 8.3 EOL date, which is 23rd November 2023 - for end of security support.
Warning: Undefined array key "8.3" in C:\apache\htdocs\wordpress\wp-content\plugins\oik-bwtrace\admin\class-oik-trace-info.php on line 233
The text was updated successfully, but these errors were encountered: