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

bugfix: return pear error object on factory with scram authentication… #13

Open
wants to merge 1 commit into
base: v2.0.0
Choose a base branch
from

Conversation

schengawegga
Copy link
Collaborator

… method

@schengawegga schengawegga added this to the 2.0.0 milestone Nov 4, 2023
@ashnazg ashnazg self-assigned this Nov 27, 2023
@@ -68,7 +68,18 @@ class Auth_SASL_SCRAM extends Auth_SASL_Common
* format of core PHP hash function.
* @access public
*/
function __construct($hash)
function __construct()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are intentionally breaking the constructor signature for v2.0?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, i'm sorry @ashnazg. You're totally right. Sorry. I missed your comment. I will fix that soon. Thanks for your patience. :-)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ToDo for @schengawegga: Leave parameter on constructor and call factory if parameter is set.

@Neustradamus
Copy link

@schengawegga: Have you seen the @ashnazg comment?

@Neustradamus
Copy link

@schengawegga: Have you progressed on it?

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 this pull request may close these issues.

3 participants