CHANGELOG 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. - (Issue 112) Error Predefined Constants Not available for PHP 5.x versions
  2. 2008-06-14 - Release Version: 0.3.1
  3. - (Issue 108) ignore class name case in object filter
  4. 2009-05-11 - Release Version: 0.3
  5. 2009-05-01 - Release Version: 0.3.rc.1
  6. - (Issue 90) PHP4 compatible version of FirePHPCore
  7. - (Issue 98) Thrown exceptions don't send an HTTP 500 if the FirePHP exception handler is enabled
  8. - (Issue 85) Support associative arrays in encodeTable method in FirePHP.class.php
  9. - (Issue 66) Add a new getOptions() public method in API
  10. - (Issue 82) Define $this->options outside of __construct
  11. - (Issue 72) Message error if group name is null
  12. - (Issue 68) registerErrorHandler() and registerExceptionHandler() should returns previous handlers defined
  13. - (Issue 69) Add the missing register handler in the triumvirate (error, exception, assert)
  14. - (Issue 75) [Error & Exception Handling] Option to not exit script execution
  15. - (Issue 83) Exception handler can't throw exceptions
  16. - (Issue 80) Auto/Pre collapsing groups AND Custom group row colors
  17. 2008-11-09 - Release Version: 0.2.1
  18. - (Issue 70) Problem when logging resources
  19. 2008-10-21 - Release Version: 0.2.0
  20. - Updated version to 0.2.0
  21. - Switched to using __sleep instead of __wakeup
  22. - Added support to exclude object members when encoding
  23. - Add support to enable/disable logging
  24. 2008-10-17 - Release Version: 0.2.b.8
  25. - New implementation for is_utf8()
  26. - (Issue 55) maxObjectDepth Option not working correctly when using TABLE and EXCEPTION Type
  27. - Bugfix for max[Object|Array]Depth when encoding nested array/object graphs
  28. - Bugfix for FB::setOptions()
  29. 2008-10-16 - Release Version: 0.2.b.7
  30. - (Issue 45) Truncate dump when string have non utf8 cars
  31. - (Issue 52) logging will not work when firephp object gets stored in the session.
  32. 2008-10-16 - Release Version: 0.2.b.6
  33. - (Issue 37) Display file and line information for each log message
  34. - (Issue 51) Limit output of object graphs
  35. - Bugfix for encoding object members set to NULL|false|''
  36. 2008-10-14 - Release Version: 0.2.b.5
  37. - Updated JsonStream wildfire protocol to be more robust
  38. - (Issue 33) PHP error notices running demos
  39. - (Issue 48) Warning: ReflectionProperty::getValue() expects exactly 1 parameter, 0 given
  40. 2008-10-08 - Release Version: 0.2.b.4
  41. - Bugfix for logging objects with recursion
  42. 2008-10-08 - Release Version: 0.2.b.3
  43. - (Issue 43) Notice message in 0.2b2
  44. - Added support for PHP's native json_encode() if available
  45. - Revised object encoder to detect object recursion
  46. 2008-10-07 - Release Version: 0.2.b.2
  47. - (Issue 28) Need solution for logging private and protected object variables
  48. - Added trace() and table() aliases in FirePHP class
  49. - (Issue 41) Use PHP doc in FirePHP
  50. - (Issue 39) Static logging method for object oriented API
  51. 2008-10-01 - Release Version: 0.2.b.1
  52. - Added support for error and exception handling
  53. - Updated min PHP version for PEAR package to 5.2
  54. - Added version constant for library
  55. - Gave server library it's own wildfire plugin namespace
  56. - Migrated communication protocol to Wildfire JsonStream
  57. - Added support for console groups using "group" and "groupEnd"
  58. - Added support for log, info, warn and error logging aliases
  59. - (Issue 29) problem with TRACE when using with error_handler
  60. - (Issue 33) PHP error notices running demos
  61. - (Issue 12) undefined index php notice
  62. - Removed closing ?> php tags
  63. - (Issue 13) the code in the fb() function has a second return statement that will never be reached
  64. 2008-07-30 - Release Version: 0.1.1.3
  65. - Include __className property in JSON string if variable was an object
  66. - Bugfix - Mis-spelt "Exception" in JSON encoding code
  67. 2008-06-13 - Release Version: 0.1.1.1
  68. - Bugfix - Standardize windows paths in stack traces
  69. - Bugfix - Display correct stack trace info in windows environments
  70. - Bugfix - Check $_SERVER['HTTP_USER_AGENT'] before returning
  71. 2008-06-13 - Release Version: 0.1.1
  72. - Added support for FirePHP::TRACE log style
  73. - Changed license to New BSD License
  74. 2008-06-06 - Release Version: 0.0.2
  75. - Bugfix - Added usleep() to header writing loop to ensure unique index
  76. - Bugfix - Ensure chunk_split does not generate trailing "\n" with empty data header
  77. - Added support for FirePHP::TABLE log style