Pull Request: https://github.com/php/web-php/pull/600
Author: Ayesh

 - Removes a `if` branch was PHP < 5, which should be safe now that we no 
longer support PHP 4. 
 - Replaces `phpversion()` function call with `PHP_VERSION` constant, both of 
which yield identical results, but the use of the constant is a 
micro-optimization. 

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to