Browsen Sie den aktuellsten Code direkt im subversion Repository.
| Revision | Geändert am | Autor | Kommentar |
|---|---|---|---|
| 1 | 2010-01-13 20:22 | xtra | Initial version. |
| 2 | 2010-01-13 20:36 | xtra | hiding user information if functions not defined. Windows problem again. |
| 3 | 2010-01-14 02:17 | xtra | Changed handling in firePHP totally, first transition step to an embedded class. |
| 4 | 2010-01-14 05:10 | xtra | Made new firePHP class that extends from FirePHP to be update safe in there. |
| 5 | 2010-01-14 08:36 | xtra | - Fixed a bunch of bugs. - made huge speed optimizations. - added new configuration option to select in which modules database statements shall get traced. - did some other minor fixes. |
| 6 | 2010-01-14 10:31 | xtra | Some more windows fixes. |
| 7 | 2010-01-14 12:11 | xtra | Finally got rid of the "ghost" Exception without stack frame (at least I hope so). |
| 8 | 2010-01-18 18:06 | xtra | - Improved channel handling for $GLOBALS['TL_DEBUG']['warn']['message']=$value handling. - added English language. - Added notice logger for "constant already defined" - minor fixes. |
| 9 | 2010-01-18 19:57 | xtra | - stripping newlines from group names as the output will be ugly otherwise. - prepended the echo message of exceptions in shutdown code to hunt down the "ghost" exceptions that occur sometimes in XAMPP environment. |
| 10 | 2010-01-21 00:41 | xtra | removing useless constant checking (They will be defined after our initialization). |
| 11 | 2010-01-21 01:04 | xtra | Cleanup and streamlined shutdown code to finally get rid of the ghost exception in shutdown. |
| 12 | 2010-01-21 01:37 | xtra | added README.txt in first version. |
| 13 | 2010-01-21 01:52 | xtra | Tagging first version 0.5.0 for testers. |
| 14 | 2010-01-30 07:03 | xtra | - Finally found the root of the nasty "Exception without a stack frame" and hopefully got rid of it for good (see comments in README.txt). - Fixed a lot of notices in the debugger self - want clean code therefore got rid of them. :) |
| 15 | 2010-01-30 10:38 | xtra | removed now obsolete z___debug directory |
| 16 | 2010-02-08 23:54 | xtra | Removed some notices for debug_backtrace() on php 5.2. |
| 17 | 2010-02-21 02:23 | xtra | Changing filename case. |
| 18 | 2010-02-21 02:25 | xtra | - Changed filename case. - fixed small bug in error logging. |
| 19 | 2010-03-16 00:39 | xtra | Bugfix to allow multidimensional arrays |
| 20 | 2010-03-18 02:38 | xtra | Disabled resetting of error handler for now, as it keeps crashing php as module on some servers. As it is upon shutDown, it should not hurt if we omit it. |