1
0
Fork 0
composer/src
David Buchmann 6b8f1409e4
report error if binary is a directory (#10463)
file_exists is true also for directory and symlink. but later in generateUnixyProxyCode we call `file_get_contents` on the binary, which fails with `file_get_contents(): read of 8192 bytes failed with errno=21 Is a directory` if the binary is a directory.
2022-01-21 14:52:39 +01:00
..
Composer report error if binary is a directory (#10463) 2022-01-21 14:52:39 +01:00
bootstrap.php Add a bunch of type info to Util namespace 2021-08-29 20:07:50 +02:00