Base: ChangeLog
[ ]
[ ]
[ ]
[ ]
[ ]
- Added HTML escaping of exception messages so that they show up correctly in
a browser. The original message is stored in the originalMessage property
in the exception object.
- Added the ezcBaseException that all exceptions in the components library
should descent from.
- Added generic File and IO exceptions that all other components can use
instead of having to reimplement them.
- Added ezcBase::checkDependency() method that allows components to specify
dependencies on either a PHP version or a PHP extension.
- Added the ezcBasePropertyException that can be used by components to signal
that an property was assigned a value which it does not allows.
- Initial release of this package.
Last updated: Thu, 31 Jan 2008