Skip to content

ext/phar: Remove phar_resolve_alias() #15860

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
Oct 2, 2024
Merged

Conversation

Girgias
Copy link
Member

@Girgias Girgias commented Sep 12, 2024

As this is unused and a SourceGraph search returns 0 result.

I'm not sure if we can just delete the header in the future?

@petk
Copy link
Member

petk commented Sep 12, 2024

From a quick glance over the PHP extensions this file doesn't seem to be used outside of php-src, yes. So then probably could be removed from being installed.

As this is unused and a SourceGraph search returns 0 result
@Girgias Girgias marked this pull request as ready for review September 13, 2024 14:22
Copy link
Member

@petk petk left a comment

Choose a reason for hiding this comment

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

I'm guessing this is ok. I have no idea what's the plan if future exported stuff should be added in ext/phar but all ok if you need to remove this after PHP-8.4.

@Girgias
Copy link
Member Author

Girgias commented Sep 17, 2024

I will wait to merge this after the branch has been cut

@Girgias Girgias merged commit d7bdf90 into php:master Oct 2, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment