summaryrefslogtreecommitdiff
path: root/ext/xmlwriter/php_xmlwriter.c
Commit message (Expand)AuthorAgeFilesLines
* use php streams for uri I/O under PHP 4Rob Richards2005-03-041-1/+53
* - revert previous commit, use libxml version to enable or not a functionPierre Joye2005-02-241-22/+38
* - Checks for older versions of libxml2Marcus Boerger2005-02-231-0/+8
* fix libxml versions for commentsRob Richards2005-02-231-2/+2
* - ifdef all (protos and functions) and using the correct versionPierre Joye2005-02-221-7/+48
* - add xmlTextWriterStartComment and xmlTextWriterEndComment supportPierre Joye2005-02-211-1/+58
* - more zend_bool.Pierre Joye2005-02-201-3/+5
* - int is not zend_bool, fixed indented outputPierre Joye2005-02-201-2/+2
* Fix bug #2482 (xmlwriter_start_document chrashes apache)Rob Richards2004-10-081-7/+7
* add optional flush paramter to xmlwriter_output_memoryRob Richards2004-07-201-3/+6
* initial xmlwriter codeRob Richards2004-07-131-0/+1314