]> git.mxchange.org Git - core.git/commit - inc/classes/main/database/backend/class_CachedLocalFileDatabase.php
Continued:
authorRoland Haeder <roland@mxchange.org>
Mon, 11 May 2015 12:00:21 +0000 (14:00 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 11 May 2015 12:00:21 +0000 (14:00 +0200)
commitbde1a7331a8a5c1e4a304583c0db268026aeb8a8
treec17280c0be3df9c8c558329b663024707a74183d
parentce7d4f1ec37db463e6008655bbc56b811c5a5d86
Continued:
- Several improvements for binary file classes (can't remember all)
- contrib/lfbdb2/<read|write>.php is now using auto-dection of 64-bit systems (very easy check).

Signed-off-by: Roland Häder <roland@mxchange.org>
23 files changed:
contrib/chash/chash.php
contrib/lfdb2/read.php
contrib/lfdb2/write.php
inc/classes/interfaces/block/class_Block.php
inc/classes/interfaces/index/stack/class_IndexableStack.php
inc/classes/interfaces/iterator/class_SeekableWritableFileIterator.php
inc/classes/main/class_BaseFrameworkSystem.php
inc/classes/main/database/backend/class_CachedLocalFileDatabase.php
inc/classes/main/debug/class_DebugConsoleOutput.php
inc/classes/main/debug/class_DebugErrorLogOutput.php
inc/classes/main/debug/class_DebugWebOutput.php
inc/classes/main/file_directories/binary/class_BaseBinaryFile.php
inc/classes/main/file_directories/binary/index/class_IndexFile.php
inc/classes/main/file_directories/binary/stack/class_StackFile.php
inc/classes/main/file_directories/text/class_BaseTextFile.php
inc/classes/main/index/class_BaseIndex.php
inc/classes/main/index/file_stack/class_FileStackIndex.php
inc/classes/main/iterator/file/class_FileIterator.php
inc/classes/main/output/class_ConsoleOutput.php
inc/classes/main/output/class_WebOutput.php
inc/classes/main/rng/class_RandomNumberGenerator.php
inc/classes/main/stacker/file/class_BaseFileStack.php
inc/loader/class_ClassLoader.php