summaryrefslogtreecommitdiff
path: root/ext/xmlwriter
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
* - fix orderPierre Joye2006-02-091-2/+1
|
* MFH: initialize variables and reduce the number of warningsAntony Dovgal2006-02-061-2/+2
|
* bump year and license versionfoobar2006-01-013-71/+3
|
* Fixed parameter parsing for setIndent() method.Ilia Alshanetsky2005-12-171-1/+1
|
* MFH: fix C++ comments in C codeAntony Dovgal2005-12-151-2/+2
|
* fix tests and their skip conditionsAntony Dovgal2005-12-127-7/+2
|
* MFH: allow NULL prefix to create default namespaceRob Richards2005-12-093-7/+7
| | | | | fix tests
* MFH: enable a few additional functionsRob Richards2005-12-099-3/+289
| | | | | - add tests
* MFH: fix res parameter typosRob Richards2005-12-072-2/+30
| | | | | - add test
* MFH: fix typos in xmlwriter/config.m4Antony Dovgal2005-12-041-2/+2
|
* MFH: fix compile warningAntony Dovgal2005-12-032-3/+3
|
* MFHfoobar2005-12-031-1/+1
|
* MFJ: use --enable instead of --withMichael Wallner2005-12-021-1/+1
|
* MFHfoobar2005-12-021-49/+14
|
* Enable hash & xmlwriter by defaultIlia Alshanetsky2005-12-021-2/+2
|
* Added xmlwriter to 5.1Ilia Alshanetsky2005-12-0224-0/+2840
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_1'.SVN Migration2005-08-0822-2881/+0
|
* - each file needs a rolePierre Joye2005-08-071-8/+8
| | | | | NB: "Fix" 1.4 to do what 1.3 does
* - add package2.xmlPierre Joye2005-08-061-0/+65
|
* - prepare releasePierre Joye2005-08-061-2/+11
|
* - fix examplesPierre Joye2005-08-063-3/+3
|
* fix testsRob Richards2005-08-0610-20/+26
|
* - Tweak tests a bitMarcus Boerger2005-07-0310-22/+28
|
* 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
|
* - OO examplePierre Joye2005-06-231-0/+9
|
* - initial testsPierre Joye2005-06-2310-0/+294
|
* - Add OO interfacePierre Joye2005-06-234-160/+789
| | | | | - some {{{ fixes
* - now stable thanks to PierreRob Richards2005-05-021-5/+21
| | | | | - prep for release
* - remove ExperimentalRob Richards2005-05-023-5/+1
| | | | | | - add Pierre to Credits - update TODO
* use php streams for uri I/O under PHP 4Rob Richards2005-03-042-1/+56
|
* - we do not use any globalPierre Joye2005-02-241-6/+0
|
* - we do not need this function anymorePierre Joye2005-02-241-3/+1
|
* - revert previous commit, use libxml version to enable or not a functionPierre Joye2005-02-242-22/+39
| | | | | | | | | (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-232-1/+11
|
* fix libxml versions for commentsRob Richards2005-02-232-7/+6
|
* - ifdef all (protos and functions) and using the correct versionPierre Joye2005-02-222-7/+52
| | | | | | - fix protos ending - ws
* - examples usage, initial commitPierre Joye2005-02-213-0/+113
|
* - add xmlTextWriterStartComment and xmlTextWriterEndComment supportPierre Joye2005-02-212-1/+61
|
* - 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 aclocal "underquoted argument" warningsHartmut Holzgraefe2005-02-131-1/+1
|
* Fix bug #2482 (xmlwriter_start_document chrashes apache)Rob Richards2004-10-082-22/+33
| | | | | | Fix other function parameters prep for release
* Fix some misbehaving pecls (my own included ;-)Wez Furlong2004-07-311-5/+9
|
* No PECL should be enabled by defaultEdin Kadribasic2004-07-291-1/+1
|
* prep for alpha releaseRob Richards2004-07-201-4/+3
|
* add optional flush paramter to xmlwriter_output_memoryRob Richards2004-07-201-3/+6
|