pull/11455/head
parent
2d2d22d0ec
commit
e28a5675b7
|
@ -337,8 +337,7 @@ if (PHP_VERSION_ID < 80000) {
|
||||||
(function_exists('stream_get_wrappers') && in_array('phpvfscomposer', stream_get_wrappers(), true))
|
(function_exists('stream_get_wrappers') && in_array('phpvfscomposer', stream_get_wrappers(), true))
|
||||||
|| (function_exists('stream_wrapper_register') && stream_wrapper_register('phpvfscomposer', 'Composer\BinProxyWrapper'))
|
|| (function_exists('stream_wrapper_register') && stream_wrapper_register('phpvfscomposer', 'Composer\BinProxyWrapper'))
|
||||||
) {
|
) {
|
||||||
include("phpvfscomposer://" . $binPathExported);
|
return include("phpvfscomposer://" . $binPathExported);
|
||||||
exit(0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -360,7 +359,7 @@ namespace Composer;
|
||||||
|
|
||||||
$globalsCode
|
$globalsCode
|
||||||
$streamProxyCode
|
$streamProxyCode
|
||||||
include $binPathExported;
|
return include $binPathExported;
|
||||||
|
|
||||||
PROXY;
|
PROXY;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue