Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Fixed files skipping based on version_compare() in Windows #92

Merged
merged 1 commit into from
Feb 18, 2017
Merged

Fixed files skipping based on version_compare() in Windows #92

merged 1 commit into from
Feb 18, 2017

Conversation

kukulich
Copy link
Contributor

There's a strange bug in Windows when using version_compare(). The previous code !version_compare(PHP_VERSION, $m[2], $m[1]) doesn't return expected values. However the strict comparison === false works.

I added the strict comparison and simplified the code a little.

@JakubOnderka JakubOnderka merged commit d6181c0 into JakubOnderka:master Feb 18, 2017
@JakubOnderka
Copy link
Owner

It looks better now :) Thanks

@kukulich
Copy link
Contributor Author

@JakubOnderka Thanks. Do you have any plans for release?

@grogy
Copy link
Contributor

grogy commented Feb 19, 2017

I agree with @kukulich

Last release was in 2015 - it is so long time ago. Please, create new release.

@JakubOnderka
Copy link
Owner

I want to solve #90 and then release new version

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.

3 participants