summaryrefslogtreecommitdiff
path: root/ext/xmlwriter/php_xmlwriter.c
Commit message (Collapse)AuthorAgeFilesLines
* #ifdef new functions and use their bodies to make PECL extensions compile ↵Antony Dovgal2006-04-031-2/+24
| | | | | | | with PHP < 5.1.3 (as was agreed with Ilia)
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-8/+3
| | | | | | | | | Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC) to initialize and destroy zend_object structs
* 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
| | | | | fix tests
* MFH: enable a few additional functionsRob Richards2005-12-091-2/+20
| | | | | - add tests
* MFH: fix res parameter typosRob Richards2005-12-071-2/+2
| | | | | - add test
* 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
| | | | | - some {{{ fixes
* 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
| | | | | | | | | (safer) - add xmlwriter_flush, flush the buffer, works with both file and mem buffer, BC kept - use ifdef for the function implementation (Rob, Pierre)
* - 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
| | | | | | - fix protos ending - ws
* - add xmlTextWriterStartComment and xmlTextWriterEndComment supportPierre Joye2005-02-211-1/+58
|
* - more zend_bool.Pierre Joye2005-02-201-3/+5
| | | | | | Fix flush buffer in output_memory Fix isparm in start_dtd_entity
* - 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
| | | | | | Fix other function parameters prep for release
* add optional flush paramter to xmlwriter_output_memoryRob Richards2004-07-201-3/+6
|
* initial xmlwriter codeRob Richards2004-07-131-0/+1314