Closed kouhei-fuji closed 8 years ago
This code has a issue. Because PHP_OS returns Darwin on Mac, $isWin pass through even if your machine is Mac.
PHP_OS
$isWin
Then, I modified this bug, but I cannot check it because I have no windows. I'm sorry but could you check it?
@kouhei-fuji Thanks a lot for fixing! I tested this on Windows env. Merging 👍
This code has a issue. Because
PHP_OS
returns Darwin on Mac,$isWin
pass through even if your machine is Mac.Then, I modified this bug, but I cannot check it because I have no windows. I'm sorry but could you check it?