Skip to content

Fix: remove named arguments to fix Deployer 7 (PHP 7) compatibility#23

Open
ShunLuk wants to merge 1 commit into
sourcebroker:masterfrom
yardinternet:fix/php-7
Open

Fix: remove named arguments to fix Deployer 7 (PHP 7) compatibility#23
ShunLuk wants to merge 1 commit into
sourcebroker:masterfrom
yardinternet:fix/php-7

Conversation

@ShunLuk

@ShunLuk ShunLuk commented Jul 2, 2026

Copy link
Copy Markdown

v24.2.0 introduced named arguments in deployer/cache/task/cache_clear_php_http.php lines 48, 55 and 64.
Since deployer-extended is supposed to be compatible with Deployer 7 and Deployer 7 supports PHP 7, named arguments break Deployer 7/PHP 7 compatibility.

❯ dep
 ParseError  in cache_clear_php_http.php on line 48:

  syntax error, unexpected ':', expecting ')'

This change removes the named arguments and passes the rest in PHP 7 format.

Related issue: #24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant