mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
Merge branch 'PHP-8.3'
This commit is contained in:
commit
06ee697cff
@ -4,6 +4,10 @@ Bug #75708 (getimagesize with "&$imageinfo" fails on StreamWrappers)
|
||||
<?php
|
||||
|
||||
class FSStreamWrapper {
|
||||
public $context;
|
||||
|
||||
public $handle;
|
||||
|
||||
function stream_open($file, $mode) {
|
||||
$this->handle = fopen(str_replace('fs://', __DIR__ . '/', $file), $mode);
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user