Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove safe_mode check in curl client#435

Merged
Nyholm merged 5 commits into
kriswallsmith:masterfrom
sunkan:php8.5-deprecations
May 11, 2026
Merged

Remove safe_mode check in curl client#435
Nyholm merged 5 commits into
kriswallsmith:masterfrom
sunkan:php8.5-deprecations

Conversation

@sunkan
Copy link
Copy Markdown
Contributor

@sunkan sunkan commented Sep 22, 2025

  • Remove INI directive 'safe_mode' is deprecated since PHP 5.3 and removed since PHP 5.4
  • Fix BC check in CI
  • Fix Dockerfile to use a supported debian version
  • Update ci with newer php version
  • Update composer.json to support symfony 8
  • Remove upload to scrutinizer since it return 403

INI directive 'safe_mode' is deprecated since PHP 5.3 and removed since PHP 5.4
We no longer seem to have access to it
At the moment the code gets checked out by a user with the uid 1001 but
the nyholm/roave-bc-check-ga runs as root which triggers the fatal:
detected dubious ownership in repository at '/github/workspace' error.
Running the commands in that container as a user with the user id 1001
is, to my understanding, not possible using default GitHub Actions
config so the workaround of using addnab/docker-run-action@v3 is used
to allow for defining the user id uding -u 1001 (and setting then not
available, GITHUB_REPOSITORY variable).
Copy link
Copy Markdown
Collaborator

@Nyholm Nyholm left a comment

Choose a reason for hiding this comment

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

Thank you

@Nyholm Nyholm merged commit 3cfe194 into kriswallsmith:master May 11, 2026
65 of 66 checks passed
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.

2 participants