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

Skip to content

remove obsolete apcu polyfill #17519

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
Jan 25, 2016
Merged

Conversation

Tobion
Copy link
Contributor

@Tobion Tobion commented Jan 25, 2016

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

As @gapple pointed out in #17396

APC is PHP <=5.4, so symfony/polyfill-apcu shouldn't be a dependency on 3.0 or master

@@ -20,8 +20,6 @@
"doctrine/common": "~2.4",
"twig/twig": "~1.23|~2.0",
"psr/log": "~1.0",
"symfony/security-acl": "~2.7",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a wrong merge in 67df429#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780
Not sure how we can prevent this from happening again and again.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can't AFAIK. There is no easy way to automate the knowledge that it should be reverted when merging in 3.0 IMO

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge without commit, then you can change the staged changes and commit (still a merge commit).

@fabpot
Copy link
Member

fabpot commented Jan 25, 2016

Thank you @Tobion.

@fabpot fabpot merged commit 5bf64ea into symfony:3.0 Jan 25, 2016
fabpot added a commit that referenced this pull request Jan 25, 2016
This PR was merged into the 3.0 branch.

Discussion
----------

remove obsolete apcu polyfill

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

As @gapple pointed out in #17396

> APC is PHP <=5.4, so symfony/polyfill-apcu shouldn't be a dependency on 3.0 or master

Commits
-------

5bf64ea remove obsolete apcu polyfill
@Tobion Tobion deleted the remove-apcu-polyfill branch January 25, 2016 14:19
@Tobion Tobion mentioned this pull request Jan 25, 2016
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.

5 participants