[wp-trac] [WordPress Trac] #18201: Verify updates with md5 checks
WordPress Trac
noreply at wordpress.org
Sun Sep 15 01:37:32 UTC 2013
#18201: Verify updates with md5 checks
-----------------------------+------------------
Reporter: nacin | Owner:
Type: feature request | Status: new
Priority: low | Milestone: 3.7
Component: Upgrade/Install | Version:
Severity: normal | Resolution:
Keywords: |
-----------------------------+------------------
Comment (by dd32):
> Removed the function_exists( 'md5_file' ) check. I originally put it in
after nofearinc's suggestion that PHP can be compiled without it, but I'm
seeing very few reported instances of md5_file() missing, and nothing
recently.
Ah, nofearinc has suggested it would be unavailable when OpenSSL was
unavailable, which isn't the case. PHP [https://github.com/php/php-
src/blob/master/ext/standard/md5.c#L74 includes it's own MD5
implementation] which can't be disabled at compile time. The only way to
disable it is to include it in `disable_functions`
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18201#comment:19>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list