Jeff W

Results 12 comments of Jeff W

The same seems true in our environment. We tested on several systems including a Xeon E5530 running unpatched FreeBSD 11.1 with no mitigation steps taken, and we consistently get 2...

For those people who would prefer not to wait for a solution to this issue, here is a trivial patch to enable support for properly-formatted Argon2i hashed password values. (E.g....

I've also seen prompts too far from their provided examples devolve into some fairly random stuff, including the sort of "you you your you you you you" that I haven't...

> we cant release anything ourselves because we have no rights to distribute the tunes. You could look at releasing adapters instead of finetunes. The performance is the same but...

I will add this PHP example to clarify that I **do** understand the absurdity of my request. ```php

The new parameter should now be marked as optional, if I've understood how that works correctly.

I don't know how to trigger AppVeyor to re-run but I ran `tests/run_all_tests_dockerized 8.1` and got: ``` OK, but incomplete, skipped, or risky tests! Tests: 2163, Assertions: 6138, Skipped: 96,...

Have added a couple more signature changes for the fail-state return values from preg functions.

I've changed this to move the "is it an enum?" code to a separate function. This probably isn't the right place for it to live, but it should be easy...

I think the new_in_initializers change applies to global constants, not class constants. Whereas enums are explicitly allowed for class constants. I.e.: ```php