core.git
9 years agoTypo fixed. ;-(
Roland Haeder [Sat, 17 May 2014 21:22:23 +0000 (23:22 +0200)]
Typo fixed. ;-(

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoOpps, don't use instance here, file pointer is okay. ;-)
Roland Haeder [Sat, 17 May 2014 21:21:16 +0000 (23:21 +0200)]
Opps, don't use instance here, file pointer is okay. ;-)

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoFixed parser error.
Roland Haeder [Sat, 17 May 2014 21:13:07 +0000 (23:13 +0200)]
Fixed parser error.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoContinued with file-based hash:
Roland Haeder [Sat, 17 May 2014 21:11:24 +0000 (23:11 +0200)]
Continued with file-based hash:
- added a lot stuff, such as getter/setter, seek(), rewind()
- moved class fields totalEntries and seekPosition to BaseFileStack

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoContinued with file-based stacks:
Roland Haeder [Sat, 17 May 2014 20:41:22 +0000 (22:41 +0200)]
Continued with file-based stacks:
- added flushFileHeader()
- still there will be a lot stub messages

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoRe-added them again ...
Roland Haeder [Fri, 16 May 2014 23:05:17 +0000 (01:05 +0200)]
Re-added them again ...

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoMoved to correct method.
Roland Haeder [Fri, 16 May 2014 23:02:58 +0000 (01:02 +0200)]
Moved to correct method.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded missing methods from Streamable interface.
Roland Haeder [Fri, 16 May 2014 23:00:36 +0000 (01:00 +0200)]
Added missing methods from Streamable interface.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoOpps, had 2 Streamable interfaces ...
Roland Haeder [Fri, 16 May 2014 22:57:00 +0000 (00:57 +0200)]
Opps, had 2 Streamable interfaces ...

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoContinued with file i/o:
Roland Haeder [Fri, 16 May 2014 22:45:58 +0000 (00:45 +0200)]
Continued with file i/o:
- added saveStreamToFile() to IoHandler
- added saveFile() as unsupported method to FileIoHandler

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoMaybe more classes needs to have these methods (with thrown exception) as they
Roland Haeder [Fri, 16 May 2014 22:39:55 +0000 (00:39 +0200)]
Maybe more classes needs to have these methods (with thrown exception) as they
may implement any sub interface of Streamable. Please report any you can find.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoContinued with file-based stacks and file i/o:
Roland Haeder [Fri, 16 May 2014 22:34:12 +0000 (00:34 +0200)]
Continued with file-based stacks and file i/o:
- added new interfaces (with some methods)
- added those methods to BaseFileIo so all implementations can have it. Still I
  need to find out if really all can e.g. seek.
- Used those new interfaces accordingly

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded new interfaces for file i/o classes.
Roland Haeder [Fri, 16 May 2014 21:49:45 +0000 (23:49 +0200)]
Added new interfaces for file i/o classes.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoContinued on file-based stack:
Roland Haeder [Fri, 16 May 2014 21:26:09 +0000 (23:26 +0200)]
Continued on file-based stack:
- renamed path file_stack -> file
- added (stubs) seek() and size()
- some improvements on format "documentation"

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded some class fields/attributes.
Roland Haeder [Thu, 15 May 2014 21:31:41 +0000 (23:31 +0200)]
Added some class fields/attributes.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoFixed assertion.
Roland Haeder [Thu, 15 May 2014 21:00:49 +0000 (23:00 +0200)]
Fixed assertion.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoFixed type-hint (still no interface).
Roland Haeder [Thu, 15 May 2014 20:56:49 +0000 (22:56 +0200)]
Fixed type-hint (still no interface).

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoMode must be 'a+b' (append, binary-safe).
Roland Haeder [Thu, 15 May 2014 20:54:38 +0000 (22:54 +0200)]
Mode must be 'a+b' (append, binary-safe).

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoRevert "Use realpath() to secure file and path names."
Roland Haeder [Thu, 15 May 2014 20:46:16 +0000 (22:46 +0200)]
Revert "Use realpath() to secure file and path names."

This reverts commit be3ab368cc0fc436205faf22c910c96a5937bf5e.

9 years agoUse realpath() to secure file and path names.
Roland Haeder [Thu, 15 May 2014 20:41:23 +0000 (22:41 +0200)]
Use realpath() to secure file and path names.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoContinued:
Roland Haeder [Thu, 15 May 2014 20:34:35 +0000 (22:34 +0200)]
Continued:
- added new (and missing) exception FileIsEmptyException
- renamed 'io' -> 'file_directory'.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoRenamed initStack() -> initFileStack() in BaseFileStack + added initStack()
Roland Haeder [Thu, 15 May 2014 20:29:36 +0000 (22:29 +0200)]
Renamed initStack() -> initFileStack() in BaseFileStack + added initStack()
from BaseStacker to overwrite it.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoContinued with file-based stacks:
Roland Haeder [Thu, 15 May 2014 20:24:55 +0000 (22:24 +0200)]
Continued with file-based stacks:
- BaseFileStack now extends BaseStacker and overwrites some methods to have own implementations
- renamed 'io' to 'file_directory'

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoFixed, opps.
Roland Haeder [Thu, 15 May 2014 19:40:41 +0000 (21:40 +0200)]
Fixed, opps.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoContinued with loader and file i/o stuff:
Roland Haeder [Thu, 15 May 2014 19:35:09 +0000 (21:35 +0200)]
Continued with loader and file i/o stuff:
- renamed interface to SeekableWritableFileIterator as this interface allows
  write operations (such calls are forwarded to the wrapped
  file_raw_input_output_pointer_class instance).
- Removed .svn from excepted paths as this won't be the case.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoFixed calling ObjectFactory::createObjectByConfiguredName() as 2nd parameter must...
Roland Haeder [Thu, 15 May 2014 19:23:04 +0000 (21:23 +0200)]
Fixed calling ObjectFactory::createObjectByConfiguredName() as 2nd parameter must be an array.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoCheck if path can be loadded before attempting it.
Roland Haeder [Thu, 15 May 2014 19:20:29 +0000 (21:20 +0200)]
Check if path can be loadded before attempting it.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded scanApplicationClasses().
Roland Haeder [Thu, 15 May 2014 19:17:20 +0000 (21:17 +0200)]
Added scanApplicationClasses().

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoContinued:
Roland Haeder [Thu, 15 May 2014 18:56:12 +0000 (20:56 +0200)]
Continued:
- added FileIoIterator class and rewrote BaseFileStack to use it.
- added BaseIterator class from 'hub' project.
- added SeekableFileIterator which extends SPLs SeekableIterator.
- assertion added for above interface to make sure that 'file_io_iterator'
  is a valid instance.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoInitialize the file-based stack with initStack() where e.g. the file i/o
Roland Haeder [Wed, 14 May 2014 21:42:53 +0000 (23:42 +0200)]
Initialize the file-based stack with initStack() where e.g. the file i/o
pointer instance can be set.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded fileName parameter.
Roland Haeder [Wed, 14 May 2014 20:58:48 +0000 (22:58 +0200)]
Added fileName parameter.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoDon't call the class' factory method directly, use ObjectFactory and
Roland Haeder [Wed, 14 May 2014 19:39:18 +0000 (21:39 +0200)]
Don't call the class' factory method directly, use ObjectFactory and
createObjectByConfiguredName() instead. This makes reimplementing classes much
easier.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoIntroduced scanFrameworkClasses().
Roland Haeder [Wed, 14 May 2014 19:38:59 +0000 (21:38 +0200)]
Introduced scanFrameworkClasses().

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoReverted some last changes + added FrameworkFileInputOutputPointer which allows readi...
Roland Haeder [Wed, 14 May 2014 19:29:38 +0000 (21:29 +0200)]
Reverted some last changes + added FrameworkFileInputOutputPointer which allows reading and writing.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoRewrote both file i/o classes to have a common BaseFileIo class.
Roland Haeder [Wed, 14 May 2014 19:17:21 +0000 (21:17 +0200)]
Rewrote both file i/o classes to have a common BaseFileIo class.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded explanation and improved format (idea).
Roland Haeder [Wed, 14 May 2014 18:54:32 +0000 (20:54 +0200)]
Added explanation and improved format (idea).

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoContinued with file-based stacks:
Roland Haeder [Tue, 13 May 2014 21:09:09 +0000 (23:09 +0200)]
Continued with file-based stacks:
- added first draft of file-based stacks (hash sums are missing)
- added initial base class and stub for file-based stacks
- ignored chash.pos (file created by chash.php)
- ignored any backup files (*.*~)

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoFixed reading directories.
Roland Häder [Tue, 13 May 2014 06:41:45 +0000 (08:41 +0200)]
Fixed reading directories.

Signed-off-by: Roland Häder <haeder@hmmdeutschland.de>
9 years agoCommented out noisy debug lines.
Roland Haeder [Mon, 12 May 2014 21:14:35 +0000 (23:14 +0200)]
Commented out noisy debug lines.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoImproved directory (non-recursive) reading:
Roland Haeder [Mon, 12 May 2014 20:48:19 +0000 (22:48 +0200)]
Improved directory (non-recursive) reading:
- Refactured FrameworkDirectoryPointer to use DirectoryIterator (SPL).
- The use of isDot() makes excluding '.' and '..' obsolete (would be double),
  so more classes can be improved here.
- Also use ObjectFactory instead of direct class name for better flexibility.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoRewrites for client factory, added methods for HttpClient (mostly from ConsoleClient).
Roland Haeder [Mon, 12 May 2014 20:47:31 +0000 (22:47 +0200)]
Rewrites for client factory, added methods for HttpClient (mostly from ConsoleClient).

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoAdded first client (HTTP) classes and interfaces for rewrite of the very simple metho...
Roland Haeder [Mon, 12 May 2014 20:44:35 +0000 (22:44 +0200)]
Added first client (HTTP) classes and interfaces for rewrite of the very simple methods in ConsoleTools and later for many places more.

Signed-off-by: Roland Häder <roland@mxchange.org>
9 years agoNot the string again.
Roland Häder [Mon, 28 Apr 2014 15:10:25 +0000 (17:10 +0200)]
Not the string again.

Signed-off-by: Roland Häder <haeder@hmmdeutschland.de>
9 years agoRound it... ;-)
Roland Häder [Mon, 28 Apr 2014 15:06:01 +0000 (17:06 +0200)]
Round it... ;-)

Signed-off-by: Roland Häder <haeder@hmmdeutschland.de>
9 years agoUse ZLIB compression.
Roland Häder [Mon, 28 Apr 2014 15:04:51 +0000 (17:04 +0200)]
Use ZLIB compression.

Signed-off-by: Roland Häder <haeder@hmmdeutschland.de>
9 years agoRewrote to $GLOBALS.
Roland Häder [Mon, 28 Apr 2014 14:57:12 +0000 (16:57 +0200)]
Rewrote to $GLOBALS.

Signed-off-by: Roland Häder <haeder@hmmdeutschland.de>
9 years agoAdded flushCheckPointFile().
Roland Häder [Mon, 28 Apr 2014 14:03:32 +0000 (16:03 +0200)]
Added flushCheckPointFile().

Signed-off-by: Roland Häder <haeder@hmmdeutschland.de>
9 years agoAdd genesis hash.
Roland Häder [Mon, 28 Apr 2014 13:53:24 +0000 (15:53 +0200)]
Add genesis hash.

Signed-off-by: Roland Häder <haeder@hmmdeutschland.de>
9 years agoAlso remember found hashes (and all relevant data to "prove" it).
Roland Häder [Mon, 28 Apr 2014 13:13:19 +0000 (15:13 +0200)]
Also remember found hashes (and all relevant data to "prove" it).

Signed-off-by: Roland Häder <haeder@hmmdeutschland.de>
9 years agoAdded check-point file.
Roland Häder [Mon, 28 Apr 2014 12:53:25 +0000 (14:53 +0200)]
Added check-point file.

Signed-off-by: Roland Häder <haeder@hmmdeutschland.de>
9 years agoMuch smaller nonce means much more to calculate + logged it on success (found hash).
Roland Häder [Mon, 28 Apr 2014 12:22:35 +0000 (14:22 +0200)]
Much smaller nonce means much more to calculate + logged it on success (found hash).

Signed-off-by: Roland Häder <haeder@hmmdeutschland.de>
9 years agoAdd all found hashes as "block hashes".
Roland Häder [Mon, 28 Apr 2014 09:50:14 +0000 (11:50 +0200)]
Add all found hashes as "block hashes".

Signed-off-by: Roland Häder <haeder@hmmdeutschland.de>
9 years agoAlso display iterations per second.
Roland Häder [Mon, 28 Apr 2014 09:20:44 +0000 (11:20 +0200)]
Also display iterations per second.

Signed-off-by: Roland Häder <haeder@hmmdeutschland.de>
9 years agoRemoved hashesPerBlock display + reduced blocked size as it is now much harder to...
Roland Häder [Mon, 28 Apr 2014 09:12:04 +0000 (11:12 +0200)]
Removed hashesPerBlock display + reduced blocked size as it is now much harder to find a good hash.
Signed-off-by: Roland Häder <haeder@hmmdeutschland.de>
9 years agoCorrect hash rate calculation.
Roland Häder [Mon, 28 Apr 2014 09:07:17 +0000 (11:07 +0200)]
Correct hash rate calculation.

Signed-off-by: Roland Häder <haeder@hmmdeutschland.de>
9 years agoThis might be more correct calculation.
Roland Häder [Mon, 28 Apr 2014 08:38:01 +0000 (10:38 +0200)]
This might be more correct calculation.

Signed-off-by: Roland Häder <haeder@hmmdeutschland.de>
10 years agoDon't increment nonce after block was found, some other improvements, nonce increment...
Roland Haeder [Mon, 21 Apr 2014 16:29:03 +0000 (18:29 +0200)]
Don't increment nonce after block was found, some other improvements, nonce increment is now 1.0 .

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoTaken care of possible usage of uninitialized variable $hashrate.
Roland Haeder [Mon, 31 Mar 2014 18:43:40 +0000 (20:43 +0200)]
Taken care of possible usage of uninitialized variable $hashrate.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoAdded a lot stuff + initial "block miner".
Roland Haeder [Sat, 29 Mar 2014 23:17:48 +0000 (00:17 +0100)]
Added a lot stuff + initial "block miner".

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoSome improvements to "genesis" hash.
Roland Haeder [Sat, 29 Mar 2014 20:21:52 +0000 (21:21 +0100)]
Some improvements to "genesis" hash.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoMerge branch 'contrib'
Roland Haeder [Sat, 29 Mar 2014 19:48:14 +0000 (20:48 +0100)]
Merge branch 'contrib'

Signed-off-by: Roland Häder <roland@mxchange.org>
Conflicts:
.gitattributes
.gitignore

10 years agoMoved for merge preparation.
Roland Haeder [Sat, 29 Mar 2014 19:47:07 +0000 (20:47 +0100)]
Moved for merge preparation.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoAdded translateBooleanToYesNo().
Roland Haeder [Thu, 20 Mar 2014 20:35:39 +0000 (21:35 +0100)]
Added translateBooleanToYesNo().

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoAdded new exception code (please cleanup others!).
Roland Haeder [Mon, 17 Mar 2014 21:48:42 +0000 (22:48 +0100)]
Added new exception code (please cleanup others!).

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoSimplified some code + fixed set/get usage (should be 'get' here).
Roland Haeder [Mon, 17 Mar 2014 19:55:49 +0000 (20:55 +0100)]
Simplified some code + fixed set/get usage (should be 'get' here).

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoImproved logger.
Roland Haeder [Fri, 21 Feb 2014 20:44:12 +0000 (21:44 +0100)]
Improved logger.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoTried to make debugger instance more singleton.
Roland Haeder [Fri, 21 Feb 2014 20:23:59 +0000 (21:23 +0100)]
Tried to make debugger instance more singleton.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoImproved some debug messages with method's name.
Roland Haeder [Sat, 15 Feb 2014 23:35:20 +0000 (00:35 +0100)]
Improved some debug messages with method's name.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoLog also whole data.
Roland Haeder [Sat, 15 Feb 2014 22:21:35 +0000 (23:21 +0100)]
Log also whole data.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoAdded exit; after all trigger_error() calls.
Roland Haeder [Sat, 15 Feb 2014 22:07:30 +0000 (23:07 +0100)]
Added exit; after all trigger_error() calls.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoWas to noisy.
Roland Haeder [Wed, 12 Feb 2014 21:38:25 +0000 (22:38 +0100)]
Was to noisy.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoCommented out noisy debug lines.
Roland Haeder [Mon, 10 Feb 2014 22:03:30 +0000 (23:03 +0100)]
Commented out noisy debug lines.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoOpps, forgot to return value + more logging.
Roland Haeder [Mon, 10 Feb 2014 22:03:00 +0000 (23:03 +0100)]
Opps, forgot to return value + more logging.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoAdded more debug lines + missing super method.
Roland Haeder [Mon, 10 Feb 2014 21:10:44 +0000 (22:10 +0100)]
Added more debug lines + missing super method.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoAlso this static. :-(
Roland Haeder [Mon, 10 Feb 2014 20:52:37 +0000 (21:52 +0100)]
Also this static. :-(

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoAdded missing methods to interface and added newly one to class.
Roland Haeder [Mon, 10 Feb 2014 20:44:37 +0000 (21:44 +0100)]
Added missing methods to interface and added newly one to class.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoAdded missing method.
Roland Haeder [Mon, 10 Feb 2014 20:39:29 +0000 (21:39 +0100)]
Added missing method.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoAdded removeNonPublicDataFromArray().
Roland Haeder [Sun, 9 Feb 2014 02:56:32 +0000 (03:56 +0100)]
Added removeNonPublicDataFromArray().

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoThe previous way didn't work, as the variable stack contains indexed array with ...
Roland Haeder [Sun, 9 Feb 2014 01:10:10 +0000 (02:10 +0100)]
The previous way didn't work, as the variable stack contains indexed array with 'name' and 'value' keys.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoAdded injectConfigVariables(), please do use with great causion.
Roland Haeder [Sun, 9 Feb 2014 00:59:05 +0000 (01:59 +0100)]
Added injectConfigVariables(), please do use with great causion.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoLittle resorting of public methods: all variable-related methods on one place.
Roland Haeder [Sun, 9 Feb 2014 00:36:44 +0000 (01:36 +0100)]
Little resorting of public methods: all variable-related methods on one place.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoMoved regex to variable.
Roland Haeder [Sun, 9 Feb 2014 00:34:48 +0000 (01:34 +0100)]
Moved regex to variable.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoConverted more double-quotes to single. This causes some speed improvement as
Roland Haeder [Sun, 9 Feb 2014 00:25:21 +0000 (01:25 +0100)]
Converted more double-quotes to single. This causes some speed improvement as
double-quoted texts are parsed for variables, but single-quoted not.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoCache of database "queries" can now be disabled (default). Please note, that if
Roland Haeder [Fri, 7 Feb 2014 19:13:02 +0000 (20:13 +0100)]
Cache of database "queries" can now be disabled (default). Please note, that if
you enable this, this may lead to wrong results as this is not fully stable.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoMade NullCryptoStream compatible again wit implemented interface.
Roland Haeder [Wed, 5 Feb 2014 18:16:45 +0000 (19:16 +0100)]
Made NullCryptoStream compatible again wit implemented interface.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoAnd same thing here. As you can see it is very easy to rename files and still the...
Roland Haeder [Tue, 4 Feb 2014 19:44:07 +0000 (20:44 +0100)]
And same thing here. As you can see it is very easy to rename files and still the history is intact.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoRenamed to DatabaseBackend to get rid of word 'Interface' in an interface name as...
Roland Haeder [Tue, 4 Feb 2014 19:41:53 +0000 (20:41 +0100)]
Renamed to DatabaseBackend to get rid of word 'Interface' in an interface name as this is twice over.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoAlso get rid of this.
Roland Häder [Tue, 4 Feb 2014 18:54:45 +0000 (19:54 +0100)]
Also get rid of this.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agoNo longer needed as this was required by SVN.
Roland Häder [Tue, 4 Feb 2014 18:53:13 +0000 (19:53 +0100)]
No longer needed as this was required by SVN.

Signed-off-by: Roland Häder <roland@mxchange.org>
10 years agomoved for svn-git transission
Roland Häder [Sun, 2 Feb 2014 02:28:09 +0000 (02:28 +0000)]
moved for svn-git transission

10 years agoCopyright year updated, converted double->single quotes
Roland Häder [Sat, 19 Oct 2013 17:10:41 +0000 (17:10 +0000)]
Copyright year updated, converted double->single quotes

10 years agoAdded assert() + commented in debug lines
Roland Häder [Sat, 19 Oct 2013 15:06:43 +0000 (15:06 +0000)]
Added assert() + commented in debug lines

10 years agoUpdated domain without a dash :(
Roland Häder [Tue, 30 Jul 2013 07:20:47 +0000 (07:20 +0000)]
Updated domain without a dash :(

10 years agoRenamed 'stacker' -> 'stack'
Roland Häder [Thu, 25 Jul 2013 01:14:57 +0000 (01:14 +0000)]
Renamed 'stacker' -> 'stack'

10 years agoOpps, was to warm here :(
Roland Häder [Thu, 25 Jul 2013 01:11:46 +0000 (01:11 +0000)]
Opps, was to warm here :(

10 years agoReplaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
Roland Häder [Thu, 25 Jul 2013 01:07:35 +0000 (01:07 +0000)]
Replaced more double-quotes to single, exposed  in exception AlreadyInitializedStackerException

10 years agoUsed valid() instead of next()
Roland Häder [Fri, 19 Jul 2013 21:24:05 +0000 (21:24 +0000)]
Used valid() instead of next()

10 years agoChanged all true/false to TRUE/FALSE respectively as PHP constants are better than...
Roland Häder [Thu, 18 Jul 2013 12:50:59 +0000 (12:50 +0000)]
Changed all true/false to TRUE/FALSE respectively as PHP constants are better than keywords

10 years agoBetter check for PHP version in setMagicQuotesRuntime() as set_magic_quotes_runtime...
Roland Häder [Thu, 18 Jul 2013 12:22:00 +0000 (12:22 +0000)]
Better check for PHP version in setMagicQuotesRuntime() as set_magic_quotes_runtime() is deprecated since 5.4.x

10 years agoIntroduced initStackers() which wraps initialization of several stacks
Roland Häder [Wed, 17 Jul 2013 20:55:11 +0000 (20:55 +0000)]
Introduced initStackers() which wraps initialization of several stacks