Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Routing] revert deprecation of Serializable in routing #31866

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
Jun 5, 2019

Conversation

Tobion
Copy link
Contributor

@Tobion Tobion commented Jun 5, 2019

Q A
Branch? 4.3
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets
License MIT
Doc PR

we still need to implement Serializable as long as we support PHP < 7.4. otherwise serialized data in php 7.2 would not work anymore when people upgrade to php 7.4. see discussion in #31792 (comment)
partly reverts #30286

we still need to implement Serializable as long as we support PHP < 7.4. otherwise serialized data in php 7.2 would not work anymore when people upgrade to php 7.4
@Tobion Tobion force-pushed the revert-routing-serializable-deprecation branch from 08c8dbe to d32a295 Compare June 5, 2019 09:16
@nicolas-grekas nicolas-grekas added this to the 4.3 milestone Jun 5, 2019
@Tobion Tobion merged commit d32a295 into symfony:4.3 Jun 5, 2019
Tobion added a commit that referenced this pull request Jun 5, 2019
…(Tobion)

This PR was merged into the 4.3 branch.

Discussion
----------

[Routing] revert deprecation of Serializable in routing

| Q             | A
| ------------- | ---
| Branch?       | 4.3
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets |
| License       | MIT
| Doc PR        |

we still need to implement Serializable as long as we support PHP < 7.4. otherwise serialized data in php 7.2 would not work anymore when people upgrade to php 7.4. see discussion in #31792 (comment)
partly reverts #30286

Commits
-------

d32a295 [Routing] revert deprecation of Serializable in routing
@Tobion Tobion deleted the revert-routing-serializable-deprecation branch June 5, 2019 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants