Boris Momčilović

Results 6 issues of Boris Momčilović

`mb_split` might return false, and following call to `count` throws a `TypeError` in PHP 8 if supplied argument is not of type Countable|array

Since everything in `libs/` gets autoloaded by composer - there's no easy way to override built-in modifiers. This is an attempt at a workaround for `date_format` specifically, as seen within...

This should handle #172 When `uopz.exit` is disabled, actual call to `exit()` implicitly returns and violates never return type check. I'd appreciate it if @cmb69 or @remicollet could check it...

Basically the same as #37, but tests against PHP 8 on Bionic (where the package exists), and also allows newer `phpunit` (which is required for PHP 8). Thanks.

It would be great if we could select read preference, for example: - read only from replicas - read from replicas, but fallback to master if not found (lag mitigation?)...

enhancement