SVN Revision: 6878
- Fixed issue #12044: Strange long link file.
- Fixed issue #11926: Renamed __toString() to toString() for math classes (BC
break, but required for PHP 5.3 and up).
- Fixed issue #11888: Small fixes to PHPDoc in memory_backend.php.
- Fixed issue #11378: Example code throws Exception.
- Fixed bug #11345: Encoding problem with Database component (No info about
it).
- Fixed bug #12022: PersistentObjectDatabaseSchemaTiein not passing it's
tests. (Whitespace changes in generated PersistentObject definitions made
PersistentObjectDatabaseSchemaTiein fail.)
- Fixed issue #12064: Gradients are not rendered correctly in Flash driver.
- Implemented support for odometer charts. Thanks to Lars Jankowski from Oxid
esales for the initial patch.
- Fixed issue #11029: Converting transparent PNG to JPG cause an strange
effect. A new option $transparencyReplacementColor has been introduced to
ezcImageSaveOptions, which will be utilized if a potentially tranparent
image is converted to a format that does not support a transparent
background.
- Fixed issue #11906: Only files inside an image tag are attached to the
composed email.
- Fixed issue #11965: Reading from a transport connection is stopped at CRLF
or a problem in the connection, and not after a hard-coded number of loops.
- Fixed issue #12062: Mails with no space or tabs after the colon in headers
are parsed correctly now.
- Documentation updates and fixes.
- Fixed issue #11405: Ambiguous column names when using
ezcPersistentManyToManyRelation. Column names are now correctly prefixed
with their corresponding table names.
- Fixed issue #12082: Restoring a definition from var_export( $definition )
PHP code.
- Fixed issue #12022: PersistentObjectDatabaseSchemaTiein not passing it's
tests.
- Documentation updates and fixes.
- Fixed bug #11998: Use === instead of == where possible.
- Implemented issue #11862: Allow arrays to have automatically generated keys.