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

remove $that = $this usage #1

Merged
merged 2 commits into from
Jun 4, 2015
Merged

Conversation

samsonasik
Copy link
Contributor

No description provided.

@vaclavvanik
Copy link

Hi, you forgot to bump php version

@samsonasik
Copy link
Contributor Author

done ;)

@vaclavvanik
Copy link

👍
btw. in your other PR you should do bump php again :-)

@samsonasik
Copy link
Contributor Author

done ;). I will check other components

Warm regards,

Abdul Malik Ikhsan

Pada 4 Jun 2015, pukul 12.07, Václav Vaník notifications@github.com menulis:

btw. in your other PR you should do bump php again :-)


Reply to this email directly or view it on GitHub.

@weierophinney
Copy link
Member

👍 This is a nice bonus of using PHP 5.5. :)

@weierophinney weierophinney merged commit 7a40d3a into zendframework:master Jun 4, 2015
weierophinney added a commit that referenced this pull request Jun 4, 2015
remove $that = $this usage
weierophinney added a commit that referenced this pull request Jun 4, 2015
weierophinney added a commit that referenced this pull request Jun 4, 2015
@weierophinney weierophinney added this to the 2.5.2 milestone Jun 4, 2015
@samsonasik samsonasik deleted the up-php branch June 4, 2015 23:05
@pierredup
Copy link
Contributor

Changing the minimum required PHP version in a patch release is bad for BC, because this breaks when updating from 2.5.1 to 2.5.2 on a server that doesn't have PHP 5.5 installed yet.
Shouldn't breaking changes like this only happen in a major (or even minor, but not patch) release?

@weierophinney
Copy link
Member

@pierredup Starting with 2.5.0 we both messaged a bump to PHP 5.5, and stopped testing against earlier PHP versions; our mistake was that while we intended to change the PHP minimum requirement to 5.5 in the composer.json for 2.5.0, we only did so in the main zf2 repo, and not the component repos.

Since we do only test against 5.5 and up, claiming that we support less than that is also untrue. As such, we've bumped the version in the 2.5.1 version of each component to reflect what we actually support, and what we originally intended.

@pierredup
Copy link
Contributor

@weierophinney Thanks for the explanation

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.

4 participants