[9.x] Circumvent PHP 8.2.9 date format bug that makes artisan serve crash - #47931
Conversation
GrahamCampbell
left a comment
There was a problem hiding this comment.
This is targetted at the wrong branch. Should be 9.x.
|
@GrahamCampbell it's happening also on Laravel 10.x, which is where I encountered the bug. It might be also happening on 9.x, but I didn't check it there. |
|
Bug fixes need to go into the earliest branch that is still maintained for bug fixes. The contribution guide is unfortunately incorrect in that it says 10.x is the right branch for bug fixes - 9.x is still the right branch, at least for the next few days, until 9.x moves out of active support (last release probably next week, then just security releases, as needed). |
|
@GrahamCampbell now it should correctly be set up on 9.x :) |
|
Thanks. This will go out in the next 9.x, 10.x, and eventually 11.x release. ;) |
Circumvent PHP 8.2.9 bug that has double whitespace in datetimes for artisan serve. See #47930 for details.