Use cryptographically secure pseudo random number generator (CSPRNG)Uses paragonie/random_compat instead of insecure home-brewed code.It's NEVER fine to fall back to mt_rand() for secure random.
Use cryptographically secure pseudo random number generator (CSPRNG)Uses paragonie/random_compat instead of insecure home-brewed code.It's NEVER fine to fall back to mt_rand() for secure random.Fixes #1760.
show more ...
updated phpseclib to 2.0.4
Use composer installed phpseclibWe used to ship only parts of phpseclib in inc/phpseclib which made it alittle tricky to update. This replaces the library with a composerinstalled version, making
Use composer installed phpseclibWe used to ship only parts of phpseclib in inc/phpseclib which made it alittle tricky to update. This replaces the library with a composerinstalled version, making the rest of the library available to pluginauthors. It might fix a problem with PHP 7.1 as reported in #1682(unconfirmed)
Fixed broken links to php.net and redirecting pages to php.net
updated GeSHi to v1.0.8.17
updated php-archive to 1.0.7 fixes #1296
fixed #1249 by upgrading php-archive to 1.0.4
updated archive library via composer
geshi update via composer
removed one of the ignored lines
switched geshi higlighter to composer based repository
added rudimentary README to vendor dir
added composer setup and the first composer package php-archive
123