Skip to content

fix: proxy options in ItemController#1563

Merged
KodeStar merged 1 commit into
linuxserver:2.xfrom
Nyuwb:patch-1
Jul 8, 2026
Merged

fix: proxy options in ItemController#1563
KodeStar merged 1 commit into
linuxserver:2.xfrom
Nyuwb:patch-1

Conversation

@Nyuwb

@Nyuwb Nyuwb commented May 13, 2026

Copy link
Copy Markdown
Contributor

The correct context is http->proxy :

https://www.php.net/manual/en/context.http.php

@LinuxServer-CI

Copy link
Copy Markdown

This pull request has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

@Nyuwb

Nyuwb commented Jun 12, 2026

Copy link
Copy Markdown
Contributor Author

Can please someone check this ? Thanks

@KodeStar KodeStar left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct fix. PHP stream contexts nest proxy under the http wrapper ($options['http']['proxy']); the previous $options['proxy']['http'] created a non-existent proxy wrapper so the HTTPS_PROXY setting was silently ignored during icon downloads. Verified the full test suite stays green. Thanks!

@github-project-automation github-project-automation Bot moved this from PRs to PRs Approved in Issue & PR Tracker Jul 8, 2026
@KodeStar KodeStar merged commit df0eba0 into linuxserver:2.x Jul 8, 2026
4 of 5 checks passed
@LinuxServer-CI LinuxServer-CI moved this from PRs Approved to Done in Issue & PR Tracker Jul 8, 2026
@Nyuwb Nyuwb deleted the patch-1 branch July 8, 2026 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

3 participants