Changes
removal of most globals, just the lock remains
faster mechanism for connecting to pthreads objects
locking independant of the underlying mutex type ( for when error checking is unavailable )
interfaces working in the multi-threaded environment
traits working in the multi-threaded environment
inheritance working as the programmer declared it
function table inherited
INI entries inherited
a more compatible method of creating class entries in the threading context
thread startup and shutdown uniform across SAPI environments
stack to workers from any context with a reference
more tests, to help me with bug reports
some other boring stuff ...