Closed kukulich closed 7 years ago
It looks better now :) Thanks
@JakubOnderka Thanks. Do you have any plans for release?
I agree with @kukulich
Last release was in 2015 - it is so long time ago. Please, create new release.
I want to solve #90 and then release new version
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.