[wp-trac] [WordPress Trac] #35327: Usign libsodium for random bytes breaks plugin update in WP 4.4
WordPress Trac
noreply at wordpress.org
Wed Jan 6 13:41:55 UTC 2016
#35327: Usign libsodium for random bytes breaks plugin update in WP 4.4
--------------------------+------------------------------
Reporter: krakendancer | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 4.4
Severity: normal | Resolution:
Keywords: | Focuses:
--------------------------+------------------------------
Comment (by krakendancer):
Supposing you mean
{{{
var_dump(
Sodium::sodium_library_version_major(),
Sodium::sodium_library_version_minor()
);
}}}
gives
{{{
int(7) int(6)
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/35327#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list