Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[ClassLoader] Deprecated the component#21353
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
28e815a to3d04dc8Compare
javiereguiluz left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
👍
composer should beComposer in every deprecation message.
UPGRADE-3.3.md Outdated
| * The ApcClassLoader, WinCacheClassLoader and XcacheClassLoader classes have been deprecated | ||
| in favor of the`--apcu-autoloader` option introduced in composer 1.3 | ||
| * The component is deprecated and will be removed in 4.0. Use composer instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
composer ->Composer
UPGRADE-4.0.md Outdated
| * The ApcClassLoader, WinCacheClassLoader and XcacheClassLoader classes have been removed | ||
| in favor of the`--apcu-autoloader` option introduced in composer 1.3 | ||
| * The component has been removed. Use composer instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
composer ->Composer
| * The ApcClassLoader, WinCacheClassLoader and XcacheClassLoader classes have been deprecated | ||
| in favor of the`--apcu-autoloader` option introduced in composer 1.3 | ||
| * deprecated the component: use composer instead |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
composer ->Composer
3d04dc8 to8a37722Comparestof commentedJan 20, 2017
👍 |
fabpot commentedJan 20, 2017
Thank you@nicolas-grekas. |
This PR was merged into the 3.3-dev branch.Discussion----------[ClassLoader] Deprecated the component| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | no| BC breaks? | no| Deprecations? | yes| Tests pass? | yes| Fixed tickets | -| License | MIT| Doc PR | -Follow up of#20668Commits-------8a37722 [ClassLoader] Deprecated the component
Follow up of#20668