Josh Harmon
Josh Harmon
@paragonie-scott Are you still interested in this given that Apache 2.4.30 (which I'd personally expect to see in Ubuntu 18.04 LTS) will have ACME support and nice ciphersuite config backported...
## textdomain() bit Is the gettext extension enabled? PHP docs say it's been a function since PHP 4, and the call it's failing on correctly uses the global namespace, so...
There shouldn’t be any configuration for gettext, as far as I know. The PHP docs day that there are no runtime config options. On Thu, Jan 25, 2018, at 1:18...
I think I see what's wrong. We're getting the currently authenticated user (null for guest) from the guard and trying to fetch its profile fields, rather than fetching the profile...
I agree with all of the above. Much simpler language = greater usability. It tells you exactly what will happen, or what is happening (in the case of the first...
Issue I see with cookies being the verification vector is if someone has cookies disabled in their browser, or has them cleared on browser close, as I do. > On...
Yeah, I didn't think about the fact that it was allowed in 1.x, mostly because almost nobody ever does that. I think a combination of IP and cookie would be...
People want this feature, and I think it's very fair to have it. It gives them an easy way to document for their users the features they've added and things...
I personally think @"complex name" is the most logical. Square brackets can be annoying to non-programmers, and so keeping things to relatively simple characters would be nice in that respect...
Changed issue title for clarity.