-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Description
laravel-logs-rotate/src/Handlers/AbstractHandler.php
Lines 99 to 119 in b616770
| if (! flock($fdSource, LOCK_EX)) { | |
| fclose($fdSource); | |
| return false; | |
| } | |
| if (! copy($fileSource, $fileDestination)) { | |
| fclose($fdSource); | |
| return false; | |
| } | |
| if (! ftruncate($fdSource, 0)) { | |
| fclose($fdSource); | |
| unlink($fileDestination); | |
| return false; | |
| } | |
| flock($fdSource, LOCK_UN); |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed