-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Remove stream wrapper functionality #28
Comments
Tests are failing, but it looks like compatibility issues with other ServiceManager v3. Originally posted by @mtymek at zendframework/zend-view#34 (comment) |
As I said on #23, Originally posted by @sasezaki at zendframework/zend-view#34 (comment) |
@sasezaki the reason this is labeled as BC break is removal of API (even if protected). The correct approach could be deprecation + removal of these method bodies, while the API survives till the next major release. Originally posted by @Ocramius at zendframework/zend-view#34 (comment) |
@Ocramius thanks describe reason Originally posted by @sasezaki at zendframework/zend-view#34 (comment) |
@sasezaki it's an API change, which means that any subclasses may be broken by the change (that's why we use Originally posted by @Ocramius at zendframework/zend-view#34 (comment) |
Fixes #23.
Originally posted by @mtymek at zendframework/zend-view#34
The text was updated successfully, but these errors were encountered: