Skip to content
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

Deprecated notice on PHP 8 #452

Closed
iandunn opened this issue May 5, 2023 · 2 comments · Fixed by #455
Closed

Deprecated notice on PHP 8 #452

iandunn opened this issue May 5, 2023 · 2 comments · Fixed by #455
Assignees

Comments

@iandunn
Copy link

iandunn commented May 5, 2023

Deprecated: Function openssl_free_key() is deprecated in wp-content/plugins/two-factor-provider-webauthn/vendor/madwizard/webauthn/src/Crypto/OpenSslVerifier.php on line 59

That happens when logging in, and breaks the flow if WP_DEBUG is on because Cannot modify header information - headers already sent....

It was fixed upstream in madwizard-org/webauthn-server@4771cb7.

It looks like it's already been fixed in this repo in ac2f044, but a new release is needed for users running the distributed version of the plugin.

@sjinks
Copy link
Owner

sjinks commented May 8, 2023

Thanks, will do a release today.

@sjinks sjinks self-assigned this May 8, 2023
@sjinks sjinks mentioned this issue May 8, 2023
6 tasks
@iandunn
Copy link
Author

iandunn commented May 8, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants