summaryrefslogtreecommitdiff
path: root/ext/xmlwriter/php_xmlwriter.c
Commit message (Expand)AuthorAgeFilesLines
* Happy New Year~Xinchen Hui2013-01-011-1/+1
* Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-271-1/+1
* - Fixed bug #62064 (memory leak in the XML Writer module)Felipe Pena2012-05-181-0/+2
* - Year++Felipe Pena2012-01-011-1/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - add a note about the actual problen so we don't forget itPierre Joye2009-05-261-0/+3
* - better fix for file:/// and file://localhost (thx Ilia), init file_dest whe...Pierre Joye2009-05-251-2/+4
* - #48202, Out of memory error when passing non-existing filename, enable rela...Pierre Joye2009-05-251-4/+24
* Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings on invalidIlia Alshanetsky2009-05-111-0/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Fixed bug #46887 (Invalid calls to php_error_docref())Ilia Alshanetsky2008-12-181-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-57/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+57
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-57/+0
* Fixed bug #46110 (XMLWriter - openmemory() and openuri() leak memory onIlia Alshanetsky2008-09-171-0/+6
* - Added arginfoFelipe Pena2008-06-271-84/+445
* MFH: New way for check void parametersFelipe Pena2008-03-101-2/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed bug #43099 (XMLWriter::endElement() does not check # of params)Ilia Alshanetsky2007-10-241-0/+3
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* - [@DOC] MFH: #41326, better fix. It restores BC and allows both canonicalPierre Joye2007-05-141-6/+6
* - MFH: #41326, Writing empty tags with Xmlwriter::WriteElement[ns]Pierre Joye2007-05-081-10/+32
* Fix bug #41287 (Namespace functions don't allow xmlns to be optional)Rob Richards2007-05-041-8/+8
* MFH: parameter entity argument (pe) should be boolRob Richards2007-01-061-3/+4
* MFH: bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag, not entity)Hannes Magnusson2007-01-061-6/+11
* fixed compiler warningIlia Alshanetsky2007-01-011-3/+3
* Added missing entity functions (MFH from HEAD)Ilia Alshanetsky2007-01-011-1/+10
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* statification of local functions and variables.Nuno Lopes2006-11-091-54/+103
* MFH: Fix double "wron param count" messagesHannes Magnusson2006-11-031-1/+0
* plug leaks that in the previous patchNuno Lopes2006-09-161-0/+1
* add missing checks around expand_filepath()Nuno Lopes2006-09-161-3/+2
* fix typo, add new testAntony Dovgal2006-07-111-1/+1
* Synch with HEADRob Richards2006-05-101-397/+101
* - Update after api changesMarcus Boerger2006-05-101-37/+37
* #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