Changelog for xmlwriter |
Release |
What has changed? |
2.0.4 |
- #6267, Implement xmlTextWriterWriteRaw
- #6266, Implement xmlTextWriterFullEndElement
-#6177, xmlwriter_write_dtd_element inconsistent parameters between function/method |
2.0.2 |
- fix build under 5.0
- fix crash when XMLWriter is instantiated but not used
- Switch from BSD-like license to PHP License 3.01 |
2.0.1 |
- Switch from PHP License to BSD-like license
- Allow recursive calls to __get/__set for different properties (ilia) |
2.0.0 |
Promote to stable |
1.0 |
Many Bug Fixes
Use PHP streams under PHP 4
Add xmlwriter_flush function to flush buffer
Add support for xmlTextWriterStart/EndComment
|
0.2 |
Fix bug 2482 and other function parameters |
0.1 |
Initial Release |