[wp-trac] [WordPress Trac] #28633: Generate better random numbers
WordPress Trac
noreply at wordpress.org
Thu Oct 8 00:17:58 UTC 2015
#28633: Generate better random numbers
-------------------------------------------+------------------------
Reporter: sarciszewski | Owner: dd32
Type: enhancement | Status: reviewing
Priority: normal | Milestone: 4.4
Component: Security | Version:
Severity: normal | Resolution:
Keywords: needs-testing has-patch early | Focuses:
-------------------------------------------+------------------------
Comment (by dd32):
Unfortunately we've run into a PHP 5.2 compatibility issue:
https://travis-ci.org/aaronjorbin/develop.wordpress/jobs/84210246
{{{
Fatal error: Class Error contains 1 abstract method and must therefore be
declared abstract or implement the remaining methods
(Throwable::getPrevious) in src/wp-
includes/random_compat/error_polyfill.php on line 48
}}}
It looks like this was caused by
https://github.com/paragonie/random_compat/commit/90da7f3c0f4e92a1c44871de038e801d764ccc93
I've reverted it for now as I can't debug it properly on a PHP 5.2 system
right this second.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28633#comment:61>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list