Mike Lehan
Mike Lehan
We have found the same today. We were upgrading to Doctrine/collections 1.8 and found that the following PR moved some inheritance paths for some methods (https://github.com/doctrine/collections/pull/322) but it was unclear...
In case it's useful, here's a Linux (Ubuntu) serverful example of this openssl 1.1 vs 3 issue when it comes to performance of PHP scripts making web requests: https://github.com/php/php-src/issues/10753#issuecomment-1852335196
My team are debating this assertion > `$arr === [] || $arr === null` is almost the same as `empty($arr)` Does anyone have a value of `$arr` (where arr meets...
OK great; I was wondering about the "almost the same" comment because I really couldn't see why they were not identical. Someone pointed out that empty is safe for checking...
Fast moving target; the php-mysql-enging package has a change queued up for next release that splits the class for PHP7 or PHP8; when that hits I'll update this PR if...
Thanks for checking this out! So I might have mentioned it above, but the actual fake "server" is a static class so any instance of its use in the code...
> But a lot of applications don't use PDO directly, they use Doctrine, Eloquent, LaminasDb or some other ORM/abstraction layer. > How are you going to make them use FakePDO?...
Hi @DavertMik Thanks for looking over this. As it stands this implementation doesn't prejudice the module to any specific PDO implementation. It simply allows the class to be named up...
@DavertMik what do we think to merging this on the basis that it has no dependency on FakePDO (or any other PDO implementation) but that it simply allows an extra...
@timrogers We manage a large number of creditors who are all taking payments into their own accounts managed via our platform. When they set up a creditor, the creditor name...