Remove redundant version_compare()
commite5ce1a337706493fea09ea499b0a982e5a2f9746
authorSamuel Demirdjian <sam@enov.ws>
Wed, 26 Nov 2014 09:21:45 +0000 (26 11:21 +0200)
committerSamuel Demirdjian <sam@enov.ws>
Wed, 26 Nov 2014 09:21:45 +0000 (26 11:21 +0200)
treeade8151fdd8cddef1f9b39a6cf29963b17200e14
parent03cf8de6c3ed96d4cf43f646c7d0a3d6680cbba0
Remove redundant version_compare()

get_magic_quotes_gpc() exists in all versions of PHP and HHVM
and returns the correct value.

See http://php.net/manual/en/function.get-magic-quotes-gpc.php
and https://github.com/kohana/core/commit/f770108ba0e4b31c52997ff878353850e8ffaa42#commitcomment-2054200
classes/Kohana/Core.php