Alexander Dmitryuk

Results 65 comments of Alexander Dmitryuk

Any chance to accept the PR?

```php public function url_stat(string $path, int $flags) { $func = $flags & STREAM_URL_STAT_LINK ? 'lstat' : 'stat'; return $flags & STREAM_URL_STAT_QUIET ? @$this->native($func, $path) : $this->native($func, $path); } ``` @PierwszyTV,...

Finally I found a way how to reproduce a bug. Try the following code: ```php (new SplFileInfo('filename'))->isFile() ``` Result: `RuntimeException: stat(): stat failed for filename` `SplFileInfo::isFile` can't throw an exception...

Hello, any plans to accept the PR?

Hello, any plans to continue work on PR? The same problem. Impossible to install some plugins requires composer.json dependencies

github:RoboFinance/prerender-spa-plugin#4.0.0

Looks like PR is stuck