deployphp / deployer

The PHP deployment tool with support for popular frameworks out of the box

Home Page:https://deployer.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error handling multiple cachetool options when cachetool variable is empty

daniDLL opened this issue · comments

  • Deployer version: > 7.3.1
  • Deployment OS: Debian Buster

By default the value of the "cachetool" variable is empty "", but with the latest changes since version 7.3.2 when including a for loop it does not check that the $option can be empty and therefore it tries to execute the opcache:reset with the --fcgi flag with an empty value "" which throws an exception:

Unable to connect to FastCGI application: Invalid argument

Yes, with this change it would be solved, I close this issue, although as of today this change has not yet been tagged.

@antonmedv is there a plan to release version 7.3.4 / anything missing to do so, that could be done by the community ?

Yeap. Will release

Hello @antonmedv could you communicate a release date ? do you need any help with reviewing or something?

Hey! I just got busy with other project. Will try to release today.

Hey! Just got busy with other project. Will try to release today.