From: Roland Häder Date: Tue, 29 Mar 2011 16:42:19 +0000 (+0000) Subject: Rewritten class loader to skip deprecated class files: X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=f68549603f12edc09842108a287d420a16a7571f;hp=f68549603f12edc09842108a287d420a16a7571f;ds=sidebyside Rewritten class loader to skip deprecated class files: - Rewritten class loader to skip deprecated class files which should make all applications working again. This is done by checking its size because I will remove all code from the PHP include file and add a @DEPRECATED tag to it. A typical size is 24 bytes - __set() and __get() are now calling debugBackTrace() with a message to aid finding e.g. typos in field/attribute names - debugBackTrace() does now accept an optional parameter for a message - TODOs.txt updated ---