You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm thinking of tackling this issue with the following solution:
Add a PHP version select that defaults to "Latest" and make sure it gets passed to the right location.
Add a "php" database column (CHAR(3) DEFAULT NULL) and make sure the PHP version is persisted, if the user selected a specific version other than "Latest".
@muglug@weirdan Does this specification make sense to you, or do you have any remarks?
Add a "php" database column (CHAR(3) DEFAULT NULL) and make sure the PHP version is persisted, if the user selected a specific version other than "Latest".
It will also need to be a part of slug calculation, so that snippets differing in version only have different urls.
Today I learn that psalm.dev has support for different PHP version via query parameter - vimeo/psalm#5442 (comment)
So It would be really helpfull for users if there was an clear choice to choose used PHP version on the UI itself.
The text was updated successfully, but these errors were encountered: