Justinas 075b5b5d0a fixed default header override caused by array union (#1727)
* Fix header merge

We should use array_merge to append and reindex header array, + causes an issue where if we add a header, like for example Authorization, then the first item in merged header will be skipped (Content-Type) as there will already be a header at 0 index of array. + does not replace values which keys already exist in arrays

* Update CHANGELOG.md
2018-10-07 20:41:11 +07:00
2018-09-06 13:04:42 +07:00
2018-09-06 13:03:38 +07:00
2018-09-28 08:17:11 +03:00
2017-12-14 10:54:55 +01:00
2018-01-03 19:26:55 +07:00
2018-09-17 19:21:19 +07:00

Deployer

Build Status Code Quality Code Quality Total Downloads Latest Stable Version License

A deployment tool written in PHP with support for popular frameworks out of the box

See deployer.org for more information and documentation.

Features

  • Simple setup process and a minimal learning curve
  • Ready to use recipes for most frameworks
  • Parallel execution without extensions
  • Something went wrong? Rollback to the previous release
  • Agentless, it's just SSH
  • Zero downtime deployments

Contributing

Read the contributing guide, join the discussions, take a look on open issues

good+for+beginner advanced+level

Maintainers

See also the list of contributors who participated in this project.

Backers

License

Licensed under the MIT license.

Description
No description provided
Readme MIT 34 MiB
Languages
PHP 99.6%
HTML 0.4%