Gareth Ellis

Results 9 issues of Gareth Ellis

Monolog version `1.24.0` on PHP 8, running on Windows We've just started logging the peak memory usage of all web requests and CLI runs in our application so that we...

Support

Hello, It doesn't seem like it's possible to mock SplFileInfo. The mock creates without complaint, but as soon as you try to call a method on the mock object, PHP...

Defect

I came across a bit of an edge-case in a test which touched the database. I was using a Phake mock as follows: ```php $mock = Phake::mock(MyClass::class); Phake::when($mock)->myMethod->thenThrow(new MyException); ```...

I'd like to put a form inside a popper which is opened when a button is clicked. That is fine and easy to achieve with `trigger="clickToOpen"`. However, whenever someone clicks...

Hello, If I understand the source code correctly, if GitHub is down or there is some kind of network availability issue, `RemoteFetch::remoteFetchBundles()` is going to throw a `TransferException` from Guzzle....

documentation

``` Declaration of setasign\Fpdi\FpdfTplTrait::AddPage($orientation = '', $size = '', $rotation = 0) should be compatible with TCPDF::AddPage($orientation = '', $format = '', $keepmargins = false, $tocpage = false) ``` I...

Hello, The windows.php.net download site has compiled DLLs for PHP 5.3, 5.4 and 5.5 but not 5.6. Is there any chance this can be provided please? http://windows.php.net/downloads/pecl/releases/xhprof/0.10.6/

### Symfony version(s) affected 5.4, 6.1 ### Description I believe this issue was introduced by #40144, which made a change to `doRemove` to make copies of directories with temporary names...

Bug
Filesystem
Status: Needs Review

I installed this plugin to address the exact issue you suggest in the README (overloading Laravel helper functions), and found that files outlined in the `autoload-dev` section of composer.json are...