summaryrefslogtreecommitdiff
path: root/ext/xmlwriter/php_xmlwriter.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - MFB: #48202, Out of memory error when passing non-existing filename, enable...Pierre Joye2009-05-251-2/+26
* MFB: Fixed bug #48204 (xmlwriter_open_uri() does not emit warnings onIlia Alshanetsky2009-05-111-0/+1
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFB: Fixed bug #46887 (Invalid calls to php_error_docref())Ilia Alshanetsky2008-12-181-1/+1
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-57/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+57
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-57/+0
* MFB: Fixed bug #46110 (XMLWriter - openmemory() and openuri() leak memory onIlia Alshanetsky2008-09-171-0/+6
* - MFB: Added arginfoFelipe Pena2008-06-271-84/+445
* New way for check void parametersFelipe Pena2008-03-041-2/+2
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFB: 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]#41326, better fix. It restores BC and allows both canonical and shortPierre Joye2007-05-141-9/+9
* - #41326, writing empty tags with Xmlwriter::WriteElement[ns]Pierre Joye2007-05-081-5/+27
* MFB: Fix bug #41287 (Namespace functions don't allow xmlns to be optional)Rob Richards2007-05-041-8/+8
* parameter entity argument (pe) should be boolRob Richards2007-01-061-3/+4
* Fix parameter parsingHannes Magnusson2007-01-061-5/+5
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #39504 (xmlwriter_write_dtd_entity() creates Attlist tag,Rob Richards2006-11-131-7/+14
* Enable xmlwriter_start_dtd_entity(), xmlwriter_end_dtd_entity() & xmlwriter_w...Hannes Magnusson2006-11-091-0/+9
* MFB: static'ficationNuno Lopes2006-11-091-54/+103
* Remove double "wrong param count" warningsHannes Magnusson2006-10-071-1/+0
* MFBNuno Lopes2006-09-161-3/+3
* add unicode supportRob Richards2006-08-251-92/+128
* fix typoAntony Dovgal2006-07-111-1/+1
* - Make this compatible with 5.0/1 againMarcus Boerger2006-06-051-0/+4
* fix compiler warningsRob Richards2006-05-101-18/+18
* - Methods have flagsMarcus Boerger2006-05-091-39/+39
* MF51: fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-8/+3
* - Get rid of using ENFORCE_SAFE_MODE.Andi Gutmans2006-02-191-1/+1
* initialize variables and reduce the number of warningsAntony Dovgal2006-02-061-2/+2
* bump year and license versionfoobar2006-01-011-2/+2
* cleanup code making it easier to add new functionality and maintainRob Richards2005-12-191-356/+82
* MFB51: Fixed parameter parsing for setIndent() method.Ilia Alshanetsky2005-12-171-1/+1
* - #35681, non ansi commentPierre Joye2005-12-151-2/+2
* allow NULL prefix to create default namespaceRob Richards2005-12-091-5/+5
* - enable a few additional functionsRob Richards2005-12-091-2/+20
* - fix remaining parameter typoRob Richards2005-12-071-1/+1
* - copy/paste error in startDtd, we do not need the res herePierre Joye2005-12-071-1/+1
* fix compile warningAntony Dovgal2005-12-031-0/+3
* change to PHP 3.01 licenseRob Richards2005-12-011-8/+8
* fix build under 5.0Rob Richards2005-11-231-2/+2
* - switch to bsd licensePierre Joye2005-11-151-8/+9
* Allow recursive calls to __get/__set for different propertiesIlia Alshanetsky2005-11-151-3/+2
* Provide a common handler for "close".Ilia Alshanetsky2005-08-161-355/+89
* Fix build under PHP 4Rob Richards2005-06-251-13/+18