root/trunk/patErrorManager.php


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 07/19/08 19:15:44 @46 [46] schst Get rid of global variables by replacing them with static properties
(edit) 07/19/08 19:08:08 @45 [45] schst Got rid of E_STRICT messages, adjusted code to PEAR standards
(edit) 07/19/08 18:40:20 @44 [44] schst Tabs => Spaces
(edit) 07/19/08 18:39:17 @43 [43] schst Started migration to PHP5-only code
(edit) 03/11/07 18:41:25 @42 [42] argh Fixed a bug in the handleErrorException() method that would break out with …
(edit) 09/19/05 16:43:27 @41 [41] argh Fixed return values of methods working with references for compatibility …
(edit) 03/06/05 13:43:32 @37 [37] schst use eval to make this work in PHP4
(edit) 03/06/05 13:37:47 @36 [36] schst added new option to throw exceptions for the errors
(edit) 11/15/04 13:16:35 @35 [35] schst fixed pushExpect(), popExpect() This is just a quick fix, not fully …
(edit) 11/02/04 13:51:04 @34 [34] argh Fixed PHP5 support with get_class() now being case sensitive leading to …
(edit) 06/01/04 18:07:39 @28 [28] gerd replaced is_a() for backward-compatibility
(edit) 04/17/04 22:27:33 @21 [21] schst fixed @package tag, so class trees can be built correctly
(edit) 04/12/04 18:01:19 @20 [20] gerd update docu and examples: - error-codes as strings - custom …
(edit) 04/11/04 19:01:38 @19 [19] gerd error codes now will accept id-strings
(edit) 04/11/04 16:20:15 @18 [18] gerd removed copy'n'paste typo no 2 :-(
(edit) 04/11/04 16:14:50 @17 [17] gerd removed copy'n'paste typo
(edit) 04/11/04 16:02:52 @16 [16] gerd replaced switch with functions
(edit) 04/08/04 22:28:12 @15 [15] schst fixed typo
(edit) 04/06/04 22:47:58 @11 [11] gerd new feature: ignore errors, expect errors
(edit) 03/31/04 14:59:02 @8 [8] gerd - replaced double-quotes with single-quotes - added cli-support for …
(edit) 02/17/04 22:57:22 @5 [5] argh Fixed leftover pass-by-reference bug
(add) 02/10/04 22:58:18 @2 [2] gerd changed structure to gain PEAR-installer support