]> git.mxchange.org Git - core.git/commit
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 17 Jan 2021 06:02:12 +0000 (07:02 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 17 Jan 2021 06:05:33 +0000 (07:05 +0100)
commit4e866984276252036eb201a322e515671472860a
tree889be0112c7da54b624ac3def6e97c8b431a0a34
parent6c6bf6fe589285efaf8d66ae29bf2c12a1990365
Continued:
- "externalized" hard-wired hash function name "sha256" to configuration key
  "crypto_hash_function_name", maybe others will follow?
- renamed $config array to $configData in FrameworkConfiguration class
- since PHP doesn't support static initializer, e.g. like Java does, added
  private, static method staticInitializer() which is (in Java) executed only
  once when the class file has been loaded

Signed-off-by: Roland Häder <roland@mxchange.org>
framework/config-global.php
framework/config/class_FrameworkConfiguration.php
framework/main/classes/index/file/stack/class_FileStackIndex.php
framework/main/classes/stacker/file/class_BaseFileStack.php
framework/main/classes/utils/crypto/class_CryptoUtils.php