-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(php) Extending php package functionality #548
Conversation
* Changed configuration script to just move from old directory * Fixed uninstall path helper function * Removed beforemodify script, and use the function directory in install/uninstall scripts
@chocolatey/chocolateycommunitypackages anyone up for reviewing this PR? |
|
||
## Package Parameters | ||
- `/DontAddToPath` - Do not add install directory to path | ||
- `/InstallDir:` - Override the installation directory (needs to be specified both during install and update, until it is remembered by choco) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe - the underlying installer may remember where it is installed for upgrades
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this package doesn't use any installer, it uses the provided zip archives.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh right on!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@AdmiringWorm Is there a guide somewhere that would explain how to use the side-by-side switch |
@photodude Do note though, the changes to add support for side-by-side installation have not yet been made available for the following versions: 7.0.x and 5.6.x. EDIT: |
Changes
Get-WebHeaders
for this?) ((php) PHP doesn't respect proxy calls when it checks for existence versus archive ferventcoder/chocolatey-packages#38)