Jacob Dreesen
Jacob Dreesen
Do you have `"paragonie/random_compat": "*"` in your `composer.json`'s `replace` section? If so: try to replace it with `"paragonie/random_compat": "2.*"` or remove it entirely (`v9.99.*` are no-op packages).
See also: docker-library/php#240
Something's not right... `v1.2.0` and `v1.2.1` are tagged on `master`, while `v1.2.2` is tagged on `1.x` (and points to the same commit as `v1.1.0`), while in the release notes it...
You accidentally linked to this issue again ;)
It would be better not to include the test files in the autoloader at all, for installations of this package via composer.
Maybe this should target the `6.2` branch as it's missing in version 6, too.
I think this can be closed because #896 was merged.
Why not flush the queue on destruct, instead of throwing an exception?
> I'm not sure **requesting a database** or throwing an exception in the destructor is a good thing. You're right. I'm doing this in my current project (which uses another...
> Why not flush the queue on destruct, instead of throwing an exception? Instead of flushing on `__destruct()` we could flush via `register_shutdown_function()`, too. I'm not very familiar with these...