Skip to content
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

Make use of new PHP 8.4.0 function to replace implicit $http_response_header var #11995

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Seldaek
Copy link
Member

@Seldaek Seldaek commented May 29, 2024

Requires a new PHPStan release with phpstan/phpstan-src#3093

@Seldaek Seldaek added this to the 2.7 milestone May 29, 2024
@Seldaek Seldaek force-pushed the php84fwd branch 2 times, most recently from 2b03322 to 03c6f61 Compare May 31, 2024 19:47
@Seldaek
Copy link
Member Author

Seldaek commented May 31, 2024

@ondrejmirtes I see even with the release out now it still doesn't find these functions.. I guess the PHP_VERSION_ID check isn't enough to know that within the if the functions are available? If the target php version is 7.2 it assumes that everywhere right? If so I guess I'll baseline them for now.

@ondrejmirtes
Copy link
Contributor

I'm not sure about the reason, I usually work on new PHP version after festure freeze. Feel free to open a bug report about this 😊

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.

None yet

2 participants