liip / liip/LiipProcessManager

It doesn't unlink file on $pidFile->releaseLock()

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
32
Forks
4
PR merge metrics
No merged PRs in 30d

Description

please, change PidFile.php:143
@unlink($this->file); -> @unlink($this->filename);

Contributor guide

No contributing guide indexed for this repository

Research direction

Open PidFile.php at line 143 and inspect releaseLock(). Confirm the unlink call uses the property named in the issue, changing $this->file to $this->filename. Done when releaseLock() unlinks the PID file through the correct property.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
operating-systems
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.