summaryrefslogtreecommitdiff
path: root/ext/xmlwriter/php_xmlwriter.c
Commit message (Expand)AuthorAgeFilesLines
* #ifdef new functions and use their bodies to make PECL extensions compile wit...Antony Dovgal2006-04-031-2/+24
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-8/+3
* MFH: initialize variables and reduce the number of warningsAntony Dovgal2006-02-061-2/+2
* bump year and license versionfoobar2006-01-011-2/+2
* Fixed parameter parsing for setIndent() method.Ilia Alshanetsky2005-12-171-1/+1
* MFH: fix C++ comments in C codeAntony Dovgal2005-12-151-2/+2
* MFH: allow NULL prefix to create default namespaceRob Richards2005-12-091-5/+5
* MFH: enable a few additional functionsRob Richards2005-12-091-2/+20
* MFH: fix res parameter typosRob Richards2005-12-071-2/+2
* MFH: fix compile warningAntony Dovgal2005-12-031-0/+3
* Added xmlwriter to 5.1Ilia Alshanetsky2005-12-021-0/+1831
* This commit was manufactured by cvs2svn to create branch 'PHP_5_1'.SVN Migration2005-08-081-2097/+0
* Fix build under PHP 4Rob Richards2005-06-251-13/+18
* fix build for libxml > 2.6.17Rob Richards2005-06-241-0/+1
* - fix win32 builds, vc likes to have declarations firstPierre Joye2005-06-241-2/+4
* - Add OO interfacePierre Joye2005-06-231-156/+752
* 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