Output
now uses output buffer flags instead of guessing from INI directives
Dumper
now calls__toString()
directly and catches any exceptions
- split
Error
class intoError
andException
Error::getName()
now returns the constant name instead of an english transcriptionDumper
now displays source information for anonymous classes
- changed class members from protected to private
- cs fixes, added codestyle checks
- updated to PHP 7.1
Dumper::getObjectProperties()
now always returnsReflectionProperty[]
- added
Output::captureBuffers()
(separated fromOutput::cleanBuffers()
) - code style improvements
- removed unused file
Dumper
now displays the-INF
float value correctly- code style fixes
- moved default
Dumper
limits to class constants - code style fixes
Initial release
- this component has been separated from kuria/error
- refactoring, bug fixes and improvements