-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
PHP 7.4 support #376
Comments
Yes. It's not rolled out on Heroku yet. It's the Black Friday and Cyber Monday weekend, so we're obviously not making any changes, in particular not such a major one that could incur app downtime for customers with untested apps and open version requirement ranges. Second or third week of December is currently the plan. Like always, the changelog will list all updates as they happen. |
Any update on this guys? Have a release pending which depends on PHP 7.4 support. 😅 |
We've had to move it to January, sorry. There's just too little time with the holidays and everything, we have a bunch of production change freezes in place around this time. |
Makes sense, it is winter after all.... 😅 |
please 😄 |
Hello, what is your current ETA for releasing the support for php 7.4? thanks. |
We need support for PHP 7.4. This delay is getting too far. Kindly treat as urgent |
/me looks at platform.sh |
Still not added? |
Dear Heroku devs @dzuelke , we definitely need it, please add it 🙏 EDIT: Finally found a solution, I migrated my backend to clever-cloud.com that support php 7.4 Took me 5mn to migrate from heroku to there! |
Any news about this update? |
@dzuelke Is this more complex than expected? |
@dzuelke Any update on this one? I just tried to upgrade from PHP 7.3 to PHP 7.4, received the same error message above. I need PHP 7.4 so that I can implement preloading to my app. |
PHP 7.4.2 has been released, and we're still waiting 😂 |
+1 on this one. |
7.4 branch brought great language features and many composer packages require that version. |
For me it's an inadmissible answer. As a PaaS, Heroku should always provide the latest version of packages/utilities, as soon as possible (even beta/RC in my opinion). This is the responsability of developers to ensure the good range of the version they need in the project manifest. Open range in manifest is irresponsible and you're not reponsable of this. Your responsability is provide the latest tools despite unconscious developers. |
According to Heroku support:
|
Soon, fans, soon. #385 is almost ready for roll-out. Once that's done, I'll also take a few minutes and respond to a few of the comments on this ticket. |
Can you explain the delay and why it has taken so long? |
Is there anywhere we can track the progress of supporting regex in mbstring? Can't use PHP 7.4 without that |
It'll be back with PHP 7.4.3, @boboldehampsink. |
Just to close the loop here regarding mbstring, 7.4.3 is built against |
When adding
"php": "^7.4"
to composer.json, the build fails (usingweb: vendor/bin/heroku-php-nginx
):The text was updated successfully, but these errors were encountered: