8000 Fix "Stringable" error when using PHAR on PHP 7.x by totten · Pull Request #207 · civicrm/cv · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix "Stringable" error when using PHAR on PHP 7.x #207

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

Merged
merged 1 commit into from
Aug 10, 2024

Conversation

totten
Copy link
Member
@totten totten commented Aug 10, 2024

The recent v0.3.52 brought in updates symfony/polyfill-php80 and new symfony/string. The polyfilled interface Stringable becomes important in this build.

box+scoper are usually clever about skipping polyfills, but in this case they need the extra hint...

The recent v0.3.52 brought in updates `symfony/polyfill-php80` and new
`symfony/string`. The polyfilled `interface Stringable` becomes important
in this build.

box+scoper are usually clever about skipping polyfills, but in this case they
need the extra hint...
@totten totten merged commit dbb1fa1 into civicrm:master Aug 10, 2024
1 check passed
@totten totten deleted the stringable branch August 10, 2024 05:49
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
0