Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Fixed BC break with zend-view 2.6 #70

Closed
wants to merge 1 commit into from
Closed

Fixed BC break with zend-view 2.6 #70

wants to merge 1 commit into from

Conversation

gianarb
Copy link

@gianarb gianarb commented Feb 18, 2016

Reference with zendframework/zend-view#43

I remove the parent constructor because the Zend\Hydrator plugin manager is not ready to support SM v3

Try it

If you are interested to test this first patch
#70

{
    "repositories": [
        {
             "type": "vcs",
             "url": "git@github.com:gianarb/zend-mvc"
        }
    ],
    "require": {
        "zendframework/zend-mvc": "2.6.0 as dev-hotfix/bc-break-view
   }
}

@Ocramius
Copy link
Member

Missing test case?

@Ocramius Ocramius added the bug label Feb 18, 2016
@gianarb
Copy link
Author

gianarb commented Feb 18, 2016

I am not sure if it is a good approach to fix this bug.. I see that @weierophinney fixed it on zend-view

@gianarb gianarb reopened this Feb 18, 2016
@Ocramius
Copy link
Member

Fixed via zendframework/zend-view#44

@Ocramius Ocramius closed this Feb 18, 2016
@Ocramius Ocramius self-assigned this Feb 18, 2016
@gianarb
Copy link
Author

gianarb commented Feb 18, 2016

@Ocramius can you reopen? I am investigating on that because my problem persist with zend-view 2.6.1

Thanks

@weierophinney
Copy link
Member

@gianarb Please see zendframework/zend-view#45; it's due to components that extend the plugin manager from zend-view. I'll be getting those updated today, hopefully.

@gianarb
Copy link
Author

gianarb commented Feb 18, 2016

I saw.. thanks

@weierophinney
Copy link
Member

@gianarb zendframework/zend-view#47 should have this all fixed now; please test!

@gianarb
Copy link
Author

gianarb commented Feb 18, 2016

Sure! I test it now

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants