Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #56304, comment 2


Ignore:
Timestamp:
07/29/2022 02:28:51 PM (2 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56304, comment 2

    initial v1  
    11Hi there, thanks for the ticket!
    22
    3 [https://github.com/paragonie/random_compat random_compat] is an external library, and suggested changes would need to be submitted upstream.
     3[https://github.com/paragonie/random_compat random_compat] is an external library, any suggested changes would need to be submitted upstream.
    44
    55The attached patch would not work, as the function being patched here is itself a [source:tags/6.0.1/src/wp-includes/random_compat/random_bytes_mcrypt.php#L29 polyfill for random_bytes()] on older PHP versions where it's not available.