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

Bump PHP and mongo version requirements #238

Merged
merged 4 commits into from
Dec 15, 2015
Merged

Bump PHP and mongo version requirements #238

merged 4 commits into from
Dec 15, 2015

Conversation

alcaeus
Copy link
Member

@alcaeus alcaeus commented Nov 24, 2015

PHP 5.3 is no longer supported while PHP 5.4 is getting security updates only, so the next minor version upgrade (1.3.0) will require PHP 5.5 or 5.6. Please note that currently PHP 7 is not supported.
While we're at it, the new version will also bump the minimum driver versions. Thus, the 1.2, 1.3 and 1.4 versions of the mongo driver will no longer be supported and 1.5.0 or newer will be required.

@jmikola
Copy link
Member

jmikola commented Nov 24, 2015

If we're doing this, there should be a fair bit of compatibility code eligible for removal. Try grepping the library for version_compare() and method_exists().

@jmikola jmikola added this to the 1.3.0 milestone Nov 24, 2015
@alcaeus
Copy link
Member Author

alcaeus commented Nov 24, 2015

Thanks for the heads up, will do that! 👍

Andreas Braun and others added 3 commits November 24, 2015 20:33
The class was necessary for driver versions < 1.3.3; the new driver requirements allow us to get rid of this conversion class.
@jmikola
Copy link
Member

jmikola commented Dec 10, 2015

LGTM 👍

alcaeus added a commit that referenced this pull request Dec 15, 2015
Bump PHP and mongo version requirements
@alcaeus alcaeus merged commit 3cbdae2 into doctrine:master Dec 15, 2015
@alcaeus alcaeus deleted the php-version-update branch December 15, 2015 06:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants