Changes between Initial Version and Version 1 of Ticket #39309, comment 14
- Timestamp:
- 01/17/2017 06:22:07 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39309, comment 14
initial v1 1 1 > I don't think shipping a PHP-based SHA512 implementation is worth anyones time here. 2 2 3 Given that `hash()` is supposed to be in PHP 5.1.2 and newer, anyone using something as old as 5.2.4 should have stillit: http://php.net/manual/en/function.hash.php3 Given that `hash()` is supposed to be in PHP 5.1.2 and newer, anyone using something as old as 5.2.4 should still have it: http://php.net/manual/en/function.hash.php 4 4 5 5 Anyone who claims not to is either lying about their actual PHP version or running a dangerous configuration, probably by having compiled it themselves once upon a time.