wiki.techinc.nl/includes/utils
Max Semenik 9bab7de5f8 Clean up CSPRNG support for PHP7
Replace it all with random_bytes(), leave
only MWCryptRand::generateHex() as a convenience helper.

Change-Id: Ic30376a90e66d8f00dab86e7e6466fb3a750b87d
2018-06-10 00:52:04 +00:00
..
AutoloadGenerator.php Split AutoloaderTest into a structure and class test 2018-05-26 16:16:02 -07:00
AvroValidator.php
BatchRowIterator.php
BatchRowUpdate.php
BatchRowWriter.php
ExecutableFinder.php installer: Don't shell out if it's disabled 2018-05-15 11:23:38 -07:00
FileContentsHasher.php
MWCryptHKDF.php Autofix MediaWiki.Commenting.FunctionComment.SpacingDoc* errors 2018-05-19 14:07:03 -07:00
MWCryptRand.php Clean up CSPRNG support for PHP7 2018-06-10 00:52:04 +00:00
MWFileProps.php
MWRestrictions.php
README
RowUpdateGenerator.php
UIDGenerator.php Use PHP 5.6 '**' operator instead of 'pow()' function 2018-05-30 18:05:19 -07:00
ZipDirectoryReader.php Use PHP 5.6 '**' operator instead of 'pow()' function 2018-05-30 18:05:19 -07:00
ZipDirectoryReaderError.php

The classes in this directory are general utilities for use by any part of
MediaWiki. They do not favour any particular user interface and are not
constrained to serve any particular feature. This is similar to includes/libs,
except that some dependency on the MediaWiki framework (such as the use of
MWException, Status or wfDebug()) disqualifies them from use outside of
MediaWiki without modification.

Utilities should not use global configuration variables, rather they should rely
on the caller to configure their behaviour.